The width of the GtkPaned separator is changed to be more confortable in
touch screens. The default colour is as confusing as the old tabs, so it's
changed to @toolbar_grey. Now the dotted line of the separator can be "seen"
with attention.

Signed-off-by: Daniel Francis <fran...@sugarlabs.org>
---
 gtk3/theme/gtk-widgets.css.em |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index dc7b964..34be86e 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -117,6 +117,7 @@ icon_large = icon_base * 5
 
     -GtkWidget-text-handle-width: 55px;
     -GtkWidget-text-handle-height: 55px;
+    -GtkPaned-handle-size: 30;
 }
 
 /* Backgrounds and windows */
@@ -784,3 +785,9 @@ EvView:selected,
 ApDocView:selected {
     background-color: @selection_grey;
 }
+
+/* GtkPaned */
+
+.pane-separator {
+    background-color: @toolbar_grey;
+}
-- 
1.7.10.4

_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to