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-14 20:09:52 (GMT)
commitf144022171886cadcfb18f1d7dffbc144aea8c46 (patch)
tree561858d348973d4eb74406a5f915556bc553befb
parent91c37b26b24c60b8187a9c6e2e9f8dc2a2d3e035 (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 {