[Sugar-devel] [PATCH] Fix the label text color for checkboxes and radiobuttons in the toolbars and the palettes
Manuel Quiñones
manuq at laptop.org
Tue Aug 14 16:17:01 EDT 2012
Signed-off-by: Manuel Quiñones <manuq at laptop.org>
Tested-by: Gonzalo Odiard <gonzalo at laptop.org>
Reviewed-by: Gonzalo Odiard <gonzalo at laptop.org>
---
gtk3/theme/gtk-widgets.css.em | 5 +++++
1 file changed, 5 insertions(+)
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 {
--
1.7.11.2
More information about the Sugar-devel
mailing list