Datemenu spacing improvements, modal/script/notif buttons fixes
- Now "spacing" property is responsible for spacings in datemenu, not components with margins. Looks the same on 47 and 43; - Fixed styles mismatch on older GNOME versions; - Fixed notification buttons on older GNOME versions; - Fixed some buttons in login/unlock dialogs on older GNOME versions; - Fixed an issue where generate_file moved specific GNOME version assets to marble folder instead of copying them to temp folder;
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
/* password entry */
|
||||
.prompt-dialog-password-entry {
|
||||
background-color: SECTION-COLOR;
|
||||
padding: 8px !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -44,7 +45,7 @@
|
||||
|
||||
.modal-dialog-linked-button,
|
||||
.modal-dialog-button-box .modal-dialog-button {
|
||||
padding: 9px 0;
|
||||
padding: 9px 0 !important;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user