aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-02-16 17:30:40 +0100
committerGuido Günther <agx@sigxcpu.org>2013-02-16 17:30:40 +0100
commitf44601e4c247a1359777480f75eb1f5024a251dd (patch)
treedf1e6282142a63d968c6d42477d5138132b6c7c2
parent718fa5fde4ae003c9c62cefe470165a930da8275 (diff)
Add minimal touch screen friendly gtk+-3.0 themeHEADmaster
It increases the padding of all widgets and makes wider scroll bars for places where we don't have kinetic scrolling yet.
-rw-r--r--gtk.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk.css b/gtk.css
new file mode 100644
index 0000000..50d6b31
--- /dev/null
+++ b/gtk.css
@@ -0,0 +1,6 @@
+* {
+ padding: 5px;
+ -GtkScrollbar-slider-width: 20;
+ -GtkScrollbar-min-slider-length: 100;
+ -GtkRange-trough-border: 20;
+}