about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-07-30 11:08:32 -0400
committerJosh Rickmar <jrick@devio.us>2012-07-30 11:08:32 -0400
commitd38f66db03cf801fb1b4e01acb2f15d91280b248 (patch)
tree5eca682fbb153680637edd27b3a574834bafb96c
parent4d311b35bf6bca1b210ffe4a3f16842d444f432e (diff)
downloadxombrero-d38f66db03cf801fb1b4e01acb2f15d91280b248.tar.gz
Make the GTK3 tabs smaller like they were in GTK2.
-rw-r--r--xombrero.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/xombrero.css b/xombrero.css
index 1d6ecfb..0e15712 100644
--- a/xombrero.css
+++ b/xombrero.css
@@ -28,6 +28,13 @@
 	padding: 0;
 	margin: 0;
 	-GtkScrolledWindow-scrollbar-spacing: 0;
+	-GtkWidget-line-width: 0;
+}
+
+.button,
+GtkSpinner {
+	-GtkWidget-focus-padding: 0;
+	-GtkWidget-line-width: 0;
 }
 
 .button :insensitive {