From 16570676bc6882880d765605f58fde25c48274aa 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 Signed-off-by: Ajay Garg --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 7b65a52..34b518a 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -412,6 +412,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