Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-08-14 20:09:52 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-08-15 12:21:16 (GMT)
commit367479c9784bb3238e5ea8f3ee317989957d3925 (patch)
tree1195907a5655b943528e8d398450f3c6ee6c872e
parent0a1a737446b6a64f67b4e5fc4736703b7c3a9256 (diff)
Fix the label text color for checkboxes and radiobuttons in the toolbars and the palettes
Signed-off-by: Manuel Quiñones <manuq@laptop.org> Tested-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 538d4dd..5549970 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -592,6 +592,11 @@ GtkCheckButton:prelight {
background-color: alpha(@theme_base_color, 0.0);
}
+.toolbar GtkCheckButton *:active,
+SugarPaletteWindowWidget GtkCheckButton *:active {
+ color: @theme_base_color;
+}
+
.radio,
.radio row:selected,
.radio row:selected:focused {