From 04d80eb250ca1313029f9443a51f3a781130abbf Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 02 Feb 2012 19:56:51 +0000 Subject: Theme the view correctly This themes the description palette of the activity sub-toolbar to have black text on a white background. Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 6afdddd..63c2c12 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -219,7 +219,7 @@ GtkToggleButton.button:active GtkLabel { border-style: none; border-radius: 0; padding: 0px; - background-color: @text_field_grey; + background-color: @white; } .entry { @@ -344,7 +344,7 @@ SugarPaletteWindowWidget.background { background-color: @black; } -SugarPaletteWindowWidget * { +SugarPaletteWindowWidget GtkLabel { color: @white; } -- cgit v0.9.1