From 63c54ac0f8ce1bc7d815014f98a8c7bbbda24342 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Fri, 14 Dec 2012 17:48:17 +0000 Subject: SugarPaletteWindowWidget: add border rules - SL #4295 This were in the GTK2 theme the palette xthickness and ythickness. 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 e2d376a..4163fe9 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -407,6 +407,9 @@ SugarHTray * , SugarVTray * { background-color: @toolbar_grey;} /* Menus and palettes */ SugarPaletteWindowWidget { + border-width: $(thickness)px; + border-color: @button_grey; + border-style: solid; background-color: @black; color: @white; } -- cgit v0.9.1