Still converting to bootstrap 5. Migrated init wizard

This commit is contained in:
emeric
2022-05-25 17:15:24 +02:00
parent 080ed0bc6d
commit 4c55913fac
5 changed files with 102 additions and 81 deletions
+26 -7
View File
@@ -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%;
}