1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update icons

This commit is contained in:
Luke Pulverenti 2015-06-19 18:01:47 -04:00
parent 4d603ad38c
commit 07df993238
16 changed files with 199 additions and 75 deletions

View file

@ -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;
}