mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 18:38:25 -07:00
fix lint
This commit is contained in:
parent
8e4d672c7b
commit
6c8c82f75d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user