From 6c8c82f75dd3c7fe5481c4f00afda3af7676f071 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 6 Jul 2020 11:37:29 +0100 Subject: [PATCH] fix lint --- src/themes/light/theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css index b0a155266d..bc5df9ee72 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;