Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-12-14 17:48:17 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-12-18 05:24:42 (GMT)
commit16570676bc6882880d765605f58fde25c48274aa (patch)
tree7fbbb20338094346bc99f951932fbd2d29d04f80
parent7ea7615b8acea22abceb050fc19824673cb54030 (diff)
SugarPaletteWindowWidget: add border rules - SL #4295
This were in the GTK2 theme the palette xthickness and ythickness. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
-rw-r--r--gtk3/theme/gtk-widgets.css.em3
1 files changed, 3 insertions, 0 deletions
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;
}