mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
paperdialoghelper -> dialogHelper
This commit is contained in:
parent
822553d966
commit
ae421fa193
37 changed files with 168 additions and 163 deletions
|
@ -16,7 +16,7 @@
|
|||
margin-left: .5em;
|
||||
}
|
||||
|
||||
.background-theme-b, .paperDialog.background-theme-b {
|
||||
.background-theme-b, .dialog.background-theme-b {
|
||||
background-color: #181818;
|
||||
/*background: radial-gradient(circle, #282828, #141414);*/
|
||||
}
|
||||
|
|
|
@ -839,11 +839,11 @@ paper-input + .fieldDescription {
|
|||
box-shadow: -3px 0 10px 0 #555;*/
|
||||
}
|
||||
|
||||
.background-theme-a, .paperDialog.background-theme-a {
|
||||
.background-theme-a, .dialog.background-theme-a {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.paperDialog:not(.background-theme-a):not(.background-theme-b) {
|
||||
.dialog:not(.background-theme-a):not(.background-theme-b) {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue