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-11-08 22:20:38 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-11-09 16:12:38 (GMT)
commit268b07f415ed6c4803f51360090c827d6cedd248 (patch)
tree64f0a04cdb752b7742498d1d732b75f434817e19
parent560309b3c226678ebcc654d3dfed2401f6ee9a70 (diff)
Separators, make them the correct line width - SL #4175
Setting -GtkWidget-wide-separators: true; allows configurable width [1] [1] http://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget--s-wide-separators Signed-off-by: Manuel Quiñones <manuq@laptop.org> Tested-by: Gary Martin <gary@garycmartin.com>
-rw-r--r--gtk3/theme/gtk-widgets.css.em10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 5f4ed30..ac3e576 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -76,7 +76,7 @@ icon_large = icon_base * 5
/* 0.05 works good for both the sugar and sugar-xo themes */
-GtkWidget-cursor-aspect-ratio: 0.05;
- -GtkWidget-wide-separators: false;
+ -GtkWidget-wide-separators: true;
-GtkWidget-separator-height: $thickness;
-GtkWidget-separator-width: $thickness;
@@ -462,7 +462,6 @@ SugarPaletteWindow SugarGroupBox *:insensitive {
.menuitem.separator {
padding: $(subcell_size)px 0px;
- color: @button_grey;
}
SugarPaletteHeader.menuitem {
@@ -538,9 +537,10 @@ GtkProgressBar.trough {
/* Separators */
-GtkVSeparator, GtkHSeparator,
-.toolbar GtkSeparatorToolItem {
- color: @button_grey;
+.separator {
+ border-style: solid;
+ border-color: @button_grey;
+ border-width: $thickness;
}
/* Tool buttons */