[gnome-shell] theme: standardize the run dialog text styles a bit



commit d817bf0395ad2d21ae6a431d456ba7307f30fbb3
Author: Allan Day <allanpday gmail com>
Date:   Tue Oct 30 09:19:02 2012 +0000

    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 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index aea67f1..417bc54 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 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]