|
@@ -210,7 +210,8 @@ select.emby-select-withcolor:focus {
|
|
background: rgba(###accent_rgb###, 0.5) !important;
|
|
background: rgba(###accent_rgb###, 0.5) !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.paper-icon-button-light:focus {
|
|
|
|
|
|
+.paper-icon-button-light:focus,
|
|
|
|
+.paper-icon-button-light:hover:not(:disabled) {
|
|
color: ###accent### !important;
|
|
color: ###accent### !important;
|
|
background-color: rgba(###accent_rgb###, .2) !important;
|
|
background-color: rgba(###accent_rgb###, .2) !important;
|
|
}
|
|
}
|
|
@@ -226,3 +227,8 @@ input:focus input[type=checkbox]:focus {
|
|
.buttonActive {
|
|
.buttonActive {
|
|
color: ###accent### !important;
|
|
color: ###accent### !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.emby-tab-button.show-focus:focus,
|
|
|
|
+.emby-tab-button:hover {
|
|
|
|
+ color: ###accent### !important;
|
|
|
|
+}
|