theme: Separate run dialog specific style from generic dialog style
Like other specific dialog styles already do. Also move .modal-dialog-linked-button into .modal-dialog as well as .modal-dialog-content-box. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/931
This commit is contained in:
parent
2ae8606e5e
commit
dcf7ba3bc7
@ -10,17 +10,8 @@
|
|||||||
max-width: 28em;
|
max-width: 28em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.run-dialog-entry { width: 20em; margin-bottom: 6px; }
|
.modal-dialog-linked-button {
|
||||||
.run-dialog-error-box {
|
@extend %bubble_button;
|
||||||
padding-top: 16px;
|
|
||||||
spacing: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.run-dialog-label {
|
|
||||||
@include fontsize($base_font_size + 1.1);
|
|
||||||
font-weight: normal;
|
|
||||||
color: $fg_color;
|
|
||||||
padding-bottom: .4em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,10 +20,6 @@
|
|||||||
@include fontsize($base_font_size + 3);
|
@include fontsize($base_font_size + 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-dialog-linked-button {
|
|
||||||
@extend %bubble_button;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Message Dialog */
|
/* Message Dialog */
|
||||||
.message-dialog-content {
|
.message-dialog-content {
|
||||||
spacing: 18px;
|
spacing: 18px;
|
||||||
@ -45,6 +32,22 @@
|
|||||||
.message-dialog-description { text-align: center; }
|
.message-dialog-description { text-align: center; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Run Dialog */
|
||||||
|
.run-dialog {
|
||||||
|
.run-dialog-entry { width: 20em; margin-bottom: 6px; }
|
||||||
|
.run-dialog-error-box {
|
||||||
|
padding-top: 16px;
|
||||||
|
spacing: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.run-dialog-label {
|
||||||
|
@include fontsize($base_font_size + 1.1);
|
||||||
|
font-weight: normal;
|
||||||
|
color: $fg_color;
|
||||||
|
padding-bottom: .4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* ShellMountOperation Dialogs */
|
/* ShellMountOperation Dialogs */
|
||||||
.shell-mount-operation-icon {
|
.shell-mount-operation-icon {
|
||||||
icon-size: $base_icon_size * 3;
|
icon-size: $base_icon_size * 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user