mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
b385aa2d95
commit
797ab3899b
23 changed files with 469 additions and 95 deletions
|
@ -419,7 +419,7 @@ fieldset {
|
|||
border: none;
|
||||
}
|
||||
|
||||
input:not(.paper-input):not(.likePaperText):not([type='checkbox']):not([type='radio']):not([type='file']):not([type='range']) {
|
||||
input:not(.paper-input):not(.likePaperText):not([type='checkbox']):not([type='radio']):not([type='file']):not([type='range']):not([is='emby-input']) {
|
||||
-webkit-appearance: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-rtl-ordering: logical;
|
||||
|
@ -490,7 +490,7 @@ select {
|
|||
color: #000;
|
||||
}
|
||||
|
||||
.ui-body-b select {
|
||||
.ui-body-b select, .ui-body-b [is="emby-input"] {
|
||||
background: none;
|
||||
border-color: #454545;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue