diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css index b0a155266..bc5df9ee7 100644 --- a/src/themes/light/theme.css +++ b/src/themes/light/theme.css @@ -57,6 +57,10 @@ html { background-color: #f0f0f0; } +.emby-scrollbuttons .paper-icon-button-light { + color: #000; +} + .paper-icon-button-light:hover:not(:disabled) { color: #00a4dc; background-color: rgba(0, 164, 220, 0.2); @@ -66,10 +70,6 @@ html { color: #00a4dc; } -.emby-scrollbuttons .paper-icon-button-light { - color: #000000; -} - .fab, .raised { background: #d8d8d8;