Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3/theme/gtk-widgets.css.em
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-11-01 01:29:52 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-11-05 19:15:25 (GMT)
commita1d0bdb4ac4d11fb8dd131ff688af8eab96dca2e (patch)
tree54575e345e031746fa6b669e36075bb9180fb205 /gtk3/theme/gtk-widgets.css.em
parent871115e34e5683df486a415216a298a9846bb55c (diff)
Style insensitive text - SL #4139
This is the same as in GTK2 gtkrc rule: fg[INSENSITIVE] = $button_grey Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
Diffstat (limited to 'gtk3/theme/gtk-widgets.css.em')
-rw-r--r--gtk3/theme/gtk-widgets.css.em5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 6758b95..535a126 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -119,6 +119,10 @@ icon_large = icon_base * 5
-GtkWidget-text-handle-height: 55px;
}
+*:insensitive {
+ color: @button_grey;
+}
+
/* Backgrounds and windows */
GtkWindow {
@@ -220,7 +224,6 @@ GtkToggleButton.button:active {
border-radius: 0px;
padding: 0px;
background-color: @white;
- color: @black;
}
GtkTreeView {