diff --git a/data/theme/gnome-shell-sass/widgets/_dialogs.scss b/data/theme/gnome-shell-sass/widgets/_dialogs.scss index ece1c1c59..53ee468e8 100644 --- a/data/theme/gnome-shell-sass/widgets/_dialogs.scss +++ b/data/theme/gnome-shell-sass/widgets/_dialogs.scss @@ -10,17 +10,8 @@ max-width: 28em; } - .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; + .modal-dialog-linked-button { + @extend %bubble_button; } } @@ -29,10 +20,6 @@ @include fontsize($base_font_size + 3); } -.modal-dialog-linked-button { - @extend %bubble_button; -} - /* Message Dialog */ .message-dialog-content { spacing: 18px; @@ -45,6 +32,22 @@ .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 */ .shell-mount-operation-icon { icon-size: $base_icon_size * 3;