Updated some views

This commit is contained in:
emeric
2023-04-01 15:00:47 +02:00
parent faf6aca874
commit 2881f300c4
10 changed files with 80 additions and 26 deletions
+26 -1
View File
@@ -1,5 +1,9 @@
/* Generic rules */
:root {
--lms-striped-bg: #022f3a;
}
.link-success {
transition: color 0.15s ease;
}
@@ -16,6 +20,19 @@
background-color: var(--bs-dark);
}
.Lms-row-container {
--lms-striped-bg: #022f3a;
--lms-hover-bg: var(--bs-dark);
}
.Lms-row-container > :nth-child(odd) {
background-color: var(--lms-striped-bg);
}
.Lms-row-container > *:hover {
background-color: var(--lms-hover-bg);
}
/* Specific rules */
body {
padding-bottom: 78px;
@@ -32,7 +49,7 @@ body {
}
.Lms-entry-playing {
background-color: var(--bs-dark);
background-color: #0d4655!important;
}
.Lms-cover {
@@ -144,3 +161,11 @@ body {
display: block;
padding-bottom: 100%;
}
.Lms-tracks-entry-position{
width: 2.1rem;
}
.Lms-tracks-entry-duration {
width: 4rem;
}