Explorar o código

Fixed some buttons and titles not having colors applied

Owen Diffey %!s(int64=4) %!d(string=hai) anos
pai
achega
462b75429a
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      template.css

+ 7 - 1
template.css

@@ -210,7 +210,8 @@ select.emby-select-withcolor:focus {
     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;
     background-color: rgba(###accent_rgb###, .2) !important;
 }
@@ -226,3 +227,8 @@ input:focus input[type=checkbox]:focus {
 .buttonActive {
     color: ###accent### !important;
 }
+
+.emby-tab-button.show-focus:focus,
+.emby-tab-button:hover {
+    color: ###accent### !important;
+}