mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add image editing to library setup
This commit is contained in:
parent
8a2b6dbea0
commit
e6020421a1
77 changed files with 338 additions and 109 deletions
21
dashboard-ui/thirdparty/paper-button-style.css
vendored
21
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -279,14 +279,23 @@ paper-fab {
|
|||
height: 22px;
|
||||
}
|
||||
|
||||
paper-fab.subdued {
|
||||
background: #404040;
|
||||
color: #fff;
|
||||
.ui-body-a paper-fab.subdued {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.ui-body-a paper-fab.subdued paper-material.keyboard-focus {
|
||||
background: #686868 !important;
|
||||
}
|
||||
|
||||
paper-fab.subdued paper-material.keyboard-focus {
|
||||
background: #686868 !important;
|
||||
}
|
||||
.ui-body-b paper-fab.subdued {
|
||||
background: #404040;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui-body-b paper-fab.subdued paper-material.keyboard-focus {
|
||||
background: #686868 !important;
|
||||
}
|
||||
|
||||
.ui-body-b paper-fab[disabled].subdued {
|
||||
background: #222;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue