diff options
author | raveit65 <[email protected]> | 2013-11-23 20:27:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-11-23 20:27:24 +0100 |
commit | 6a2e2e8c61a2460360e5a389630bd0da27ed4bfd (patch) | |
tree | 0be7413f08e9d4cd8e503e4be930e4f2c0a4530d | |
parent | 0aae87ca9f0eab43da9c20df19a243106ea02ab9 (diff) | |
download | mate-themes-6a2e2e8c61a2460360e5a389630bd0da27ed4bfd.tar.bz2 mate-themes-6a2e2e8c61a2460360e5a389630bd0da27ed4bfd.tar.xz |
BlackMate: GTK3: fix gtk-widget.css
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 7501afc1..d48253f0 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -24,6 +24,8 @@ /* this is more stylish with this theme */ -GtkScrolledWindow-scrollbars-within-bevel: 0; + -GtkToolItemGroup-expander-size: 12; + -GtkExpander-expander-size: 12; -GtkTreeView-expander-size: 13; -GtkTreeView-horizontal-separator: 4; -GtkMenuBar-shadow-type: none; @@ -46,7 +48,7 @@ -GtkWidget-focus-line-width: 1; -GtkWindow-resize-grip-width: 10; - -GtkWindow-resize-grip-height: 10; + -GtkWindow-resize-grip-height: 10; /* We use the outline properties to signal the focus properties * to the adwaita engine: using real CSS properties is faster, @@ -2415,6 +2417,7 @@ GtkIconView.content-view.check:selected { .notebook GtkContainer GtkIconView.content-view.check:insensitive, .notebook GtkContainer GtkIconView.content-view.check:selected { background-color: transparent; +} /********************* * App Notifications * |