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 Manuel Quiñones <manuq@laptop.org>2012-12-15 13:25:08 (GMT)
commit63c54ac0f8ce1bc7d815014f98a8c7bbbda24342 (patch)
tree035a77a9be66da673df2ec9d319c83fe98177677
parent589054351a0fff5e68882d2e5ae5be5bbbab9d77 (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>
-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 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;
}