This commit is contained in:
Cameron 2020-07-06 11:37:29 +01:00
parent 8e4d672c7b
commit 6c8c82f75d

View File

@ -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;