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 Ajay Garg <ajay@activitycentral.com>2012-11-09 17:46:23 (GMT)
commitb7e0344c9e355724c1404251c3779dc1f79d4321 (patch)
treea4919b0979727750e52872e0abaeab4fc6e86508
parent89c7d3e431f0788a3e30d7db5933eaa2cff45bed (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> Signed-off-by: Ajay Garg <ajay@activitycentral.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 1c9382e..7928f2b 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 */