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
This commit is contained in:
Allan Day 2012-10-30 09:19:02 +00:00 committed by Florian Müllner
parent 4d51056226
commit d817bf0395

View File

@ -1645,8 +1645,8 @@ StScrollBar StButton#vhandle:active {
.run-dialog-label { .run-dialog-label {
font-size: 12pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
color: #666666; color: #999999;
padding-bottom: .5em; padding-bottom: .4em;
} }
.run-dialog-error-box { .run-dialog-error-box {
@ -1655,10 +1655,7 @@ StScrollBar StButton#vhandle:active {
} }
.modal-dialog .run-dialog-entry { .modal-dialog .run-dialog-entry {
font-size: 9pt; width: 20em;
font-weight: bold;
width: 23em;
selection-background-color: #333333;
} }
.lightbox { .lightbox {