Updated some views
This commit is contained in:
+26
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user