fix: incorrect spinner & video player timer color (#3)
* fix: incorrect spinner/loading color * fix: incorrect video player time text color
This commit is contained in:
@@ -283,6 +283,10 @@ legend {
|
||||
background-color: var(--second-background);
|
||||
}
|
||||
|
||||
.osdTextContainer, .osdTimeText {
|
||||
color: var(--main-text);
|
||||
}
|
||||
|
||||
/* this has to be background, not background-color for some reason */
|
||||
div[role=presentation].jstree-wholerow-clicked {
|
||||
background: var(--hover-background) !important;
|
||||
@@ -294,3 +298,7 @@ div[role=presentation].jstree-wholerow-clicked {
|
||||
color: var(--main-text) !important;
|
||||
background-color: var(--hover-background) !important;
|
||||
}
|
||||
|
||||
.mdl-spinner__layer {
|
||||
border-color: var(--main-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user