-
Notifications
You must be signed in to change notification settings - Fork 20
/
customcolor_style.css
48 lines (41 loc) · 1.07 KB
/
customcolor_style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.raised:hover, .fab:hover {
background: var(--hoveraccent) !important;
}
.navMenuOption-selected {
color: var(--accent);
}
.mdl-slider-background-lower {
background-color: var(--accent);
}
.itemProgressBarForeground {
background: var(--hoveraccent) !important;
}
div[data-role="controlgroup"] a.ui-btn-active,
.iconOsdProgressInner,
.mdl-slider::-moz-range-thumb {
background: var(--accent) !important;
}
.paper-icon-button-light:hover,
.raised.homeLibraryButton:hover,
.button-flat:hover,
.playstatebutton-icon-played,
.ratingbutton-icon-withrating,
.paper-icon-button-light:hover:not(:disabled),
.emby-tab-button:hover,
.selectLabelFocused,
.inputLabelFocused,
.textareaLabelFocused {
color: var(--accent) !important;
}
.navMenuOption:hover,
.actionSheetMenuItem:hover {
background-color: var(--hoveraccent) !important;
}
.emby-checkbox:checked + span + .checkboxOutline,
.emby-textarea:focus,
.emby-select-withcolor:focus,
.emby-input:focus,
.itemSelectionPanel {
border: 0.01em solid var(--hoveraccent) !important;
}
.mdl-spinner__layer-1 {border-color: var(--accent);}