mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update client sync
This commit is contained in:
parent
a2d603a31e
commit
e96f1d7e00
13 changed files with 62 additions and 55 deletions
14
dashboard-ui/thirdparty/paper-button-style.css
vendored
14
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -98,11 +98,11 @@ paper-button[raised].cancelDark {
|
|||
}
|
||||
|
||||
.ui-page-theme-b paper-button.subdued:not([disabled]) {
|
||||
color: #484848;
|
||||
color: #404040;
|
||||
}
|
||||
|
||||
.ui-page-theme-b paper-button[raised].subdued:not([disabled]) {
|
||||
background: #484848;
|
||||
background: #404040;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -114,14 +114,6 @@ paper-button.hover:hover {
|
|||
background: #eee;
|
||||
}
|
||||
|
||||
paper-button.ripple::shadow paper-ripple {
|
||||
color: var(--paper-pink-a200);
|
||||
}
|
||||
|
||||
paper-button.ripple paper-ripple {
|
||||
color: var(--paper-pink-a200);
|
||||
}
|
||||
|
||||
paper-button span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
@ -287,7 +279,7 @@ paper-fab {
|
|||
}
|
||||
|
||||
paper-fab.subdued {
|
||||
background: #484848;
|
||||
background: #404040;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue