Still converting to bootstrap 5. Migrated init wizard
This commit is contained in:
+26
-7
@@ -31,12 +31,6 @@ body {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.Lms-notification-container {
|
||||
position: fixed;
|
||||
bottom: 78px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.Lms-entry-playing {
|
||||
background-color: var(--bs-dark);
|
||||
}
|
||||
@@ -76,6 +70,28 @@ body {
|
||||
min-width: 64px;
|
||||
}
|
||||
|
||||
#lms-mp-progress {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#lms-mp-volume {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#lms-mp-volume-slider::-webkit-slider-runnable-track {
|
||||
background-color: var(--bs-gray-900);
|
||||
}
|
||||
|
||||
#lms-mp-volume-slider::-moz-range-track {
|
||||
background-color: var(--bs-gray-900);
|
||||
}
|
||||
|
||||
.Lms-notification-container {
|
||||
position: fixed;
|
||||
bottom: 78px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.Lms-player {
|
||||
height: 70px;
|
||||
}
|
||||
@@ -84,6 +100,10 @@ body {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.Lms-player-volume-container {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.Lms-player-seek-common {
|
||||
position: absolute;
|
||||
width:100%;
|
||||
@@ -115,7 +135,6 @@ body {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
|
||||
.Lms-responsive-square {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user