Fix: Removed border ffrom more fullscreen dialogs
This commit is contained in:
parent
509539aac1
commit
cfa1066977
1 changed files with 1 additions and 1 deletions
|
|
@ -871,7 +871,7 @@ progress+span {
|
|||
min-width: 11em;
|
||||
}
|
||||
|
||||
.dialog:not(.dialog-fullscreen, .dialog-fullscreen-lowres) {
|
||||
.dialog:not(.dialog-fullscreen, .dialog-fullscreen-lowres, .dialog-fixedSize) {
|
||||
border-radius: var(--largeRadius) !important;
|
||||
border: var(--defaultBorder);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue