Dialogs: Increase theming coverage

fixes #247
This commit is contained in:
Rafael Mardojai CM 2021-06-06 17:36:18 -05:00
parent 09210d5877
commit d01cc45c68
1 changed files with 1 additions and 5 deletions

View File

@ -15,17 +15,13 @@
margin-top: 0 !important;
}
#commonDialog {
dialog[subdialog] {
background: var(--gnome-popover-background) !important;
border: 0 !important;
box-shadow: var(--gnome-popover-shadow) !important;
padding: 0 !important;
}
dialog {
padding: 0 !important;
}
/* Content */
.dialog-content-box {
padding: 24px;