1
0
Fork 0
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:
Luke Pulverenti 2015-09-17 23:43:30 -04:00
parent 807cbafe55
commit 2b091ce5de
3 changed files with 39 additions and 34 deletions

View file

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