From 1fb955b8daf30258d59e5dc328e906cdc1558bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 20 Jan 2020 17:45:01 +0100 Subject: [PATCH] theme: Add back run-dialog styling It was dropped accidentally in commit 02e885b3. --- .../theme/gnome-shell-sass/widgets/_dialogs.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/theme/gnome-shell-sass/widgets/_dialogs.scss b/data/theme/gnome-shell-sass/widgets/_dialogs.scss index b0a964de1..67bbfc211 100644 --- a/data/theme/gnome-shell-sass/widgets/_dialogs.scss +++ b/data/theme/gnome-shell-sass/widgets/_dialogs.scss @@ -56,6 +56,22 @@ } } +/* 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;