[Sugar-devel] [PATCH sugar-artwork] Theme the labels on a toolbar, SL #3558, #3479

Simon Schampijer simon at schampijer.de
Fri May 4 03:53:50 EDT 2012


The labels on a toolbar (whether primary or sub-toolbar) should
be white. This fixes SL #3558 and SL #3479.

Signed-off-by: Simon Schampijer <simon at laptop.org>
---
 gtk3/theme/gtk-widgets.css.em |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index dce2a58..fe5ff75 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -499,6 +499,10 @@ GtkVSeparator, GtkHSeparator,
 padding: 0px;
 }
 
+.toolbar GtkLabel {
+    color: @white;
+}
+
 .toolbar GtkToolButton .button,
 SugarPaletteWindowWidget GtkToolButton .button {
     border-radius: $(toolbutton_padding)px;
-- 
1.7.7.6



More information about the Sugar-devel mailing list