From d817bf0395ad2d21ae6a431d456ba7307f30fbb3 Mon Sep 17 00:00:00 2001 From: Allan Day Date: Tue, 30 Oct 2012 09:19:02 +0000 Subject: [PATCH] theme: standardize the run dialog text styles a bit Use the standard color for dialog headings, and use the standard text style for the entry field. These tweaks make the dialog easier to read. https://bugzilla.gnome.org/show_bug.cgi?id=687127 --- data/theme/gnome-shell.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index aea67f1bb..417bc54ae 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1645,8 +1645,8 @@ StScrollBar StButton#vhandle:active { .run-dialog-label { font-size: 12pt; font-weight: bold; - color: #666666; - padding-bottom: .5em; + color: #999999; + padding-bottom: .4em; } .run-dialog-error-box { @@ -1655,10 +1655,7 @@ StScrollBar StButton#vhandle:active { } .modal-dialog .run-dialog-entry { - font-size: 9pt; - font-weight: bold; - width: 23em; - selection-background-color: #333333; + width: 20em; } .lightbox {