Browse Source

Fixed some buttons and titles not having colors applied

Owen Diffey 4 years ago
parent
commit
462b75429a
1 changed files with 7 additions and 1 deletions
  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;
+}