From f144022171886cadcfb18f1d7dffbc144aea8c46 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Tue, 14 Aug 2012 20:09:52 +0000 Subject: Fix the label text color for checkboxes and radiobuttons in the toolbars and the palettes Signed-off-by: Manuel QuiƱones Tested-by: Gonzalo Odiard Reviewed-by: Gonzalo Odiard --- 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 { -- cgit v0.9.1