mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update icons
This commit is contained in:
parent
22bb6a4963
commit
615cc844ae
16 changed files with 27 additions and 21 deletions
|
@ -1,11 +1,12 @@
|
|||
paper-button {
|
||||
font-weight: 500;
|
||||
vertical-align: middle;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
paper-button.block {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
paper-button.submit {
|
||||
|
@ -53,22 +54,17 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
paper-button.subdued {
|
||||
color: #555;
|
||||
}
|
||||
.ui-page-theme-b paper-button.subdued:not([disabled]) {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
paper-button[raised].subdued {
|
||||
background: #555;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui-page-theme-a paper-button.subdued {
|
||||
.ui-page-theme-b paper-button[raised].subdued:not([disabled]) {
|
||||
background: #555;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui-page-theme-a paper-button[raised].subdued {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
.ui-page-theme-b paper-button[raised][disabled].subdued {
|
||||
background: #111;
|
||||
}
|
||||
|
||||
paper-button.hover:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue