about summary refs log tree commit diff stats
path: root/xombrero.css
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-07-11 16:04:05 -0400
committerJosh Rickmar <jrick@devio.us>2012-07-11 16:04:05 -0400
commit958f63e109c4ad9bd395f1c22b4cf0acb7f97b7d (patch)
tree4b085fecd5a71741012f2c4fa90fba7ffff1f277 /xombrero.css
parent4c05ef647d9a2038a4ba63ad6e3558bba996e4e9 (diff)
downloadxombrero-958f63e109c4ad9bd395f1c22b4cf0acb7f97b7d.tar.gz
Add a show_scrollbars option to disable showing of scrollbars. Enable
(keep current behavior) for gui_mode = normal, and disable for
gui_mode = minimal.  Requires GTK3.
Diffstat (limited to 'xombrero.css')
-rw-r--r--xombrero.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/xombrero.css b/xombrero.css
index 2cddbe9..de97a71 100644
--- a/xombrero.css
+++ b/xombrero.css
@@ -104,3 +104,9 @@
 .notebook tab:active {
 	background-color: @bg_color;
 }
+
+GtkScrollbar#hidden {
+	border-width: 0px;
+	-GtkRange-slider-width: 0px;
+	-GtkRange-trough-border: 0px;
+}