mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix radio buttons in paper dialog
This commit is contained in:
parent
807cbafe55
commit
2b091ce5de
3 changed files with 39 additions and 34 deletions
|
@ -211,8 +211,13 @@ paper-button.notext {
|
|||
paper-dialog {
|
||||
border-radius: 4px;
|
||||
z-index: 999999 !important;
|
||||
font-family: inherit !important;
|
||||
}
|
||||
|
||||
paper-dialog h2 {
|
||||
font-family: inherit !important;
|
||||
}
|
||||
|
||||
iron-overlay-backdrop {
|
||||
z-index: 999998 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue