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
4d603ad38c
commit
07df993238
16 changed files with 199 additions and 75 deletions
26
dashboard-ui/thirdparty/paper-button-style.css
vendored
26
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -17,6 +17,15 @@
|
|||
background: #e1f5f3;
|
||||
}
|
||||
|
||||
paper-button.menuButton {
|
||||
color: #212121;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
paper-button.menuButton:hover {
|
||||
background: #e1f5f3;
|
||||
}
|
||||
|
||||
paper-button.ripple::shadow paper-ripple {
|
||||
color: #ff3bee;
|
||||
}
|
||||
|
@ -185,6 +194,23 @@ paper-button.notext {
|
|||
bottom: 30px;
|
||||
}
|
||||
|
||||
paper-dialog {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
iron-overlay-backdrop {
|
||||
z-index: 999998 !important;
|
||||
}
|
||||
|
||||
/* These values default to 24px and create huge white padding around the dialog content. */
|
||||
.scrollable.paper-dialog-scrollable {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
paper-dialog > *:last-child {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
paper-dialog > *:first-child {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue