diff options
author | raveit65 <[email protected]> | 2013-11-23 20:25:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-11-23 20:25:55 +0100 |
commit | ffffcfb1c8ae8dd2fe71a2bdb7421be1e6306be7 (patch) | |
tree | d3eb85ff5f98fb5070eb765d2a3b2e3cd77f270b /desktop-themes | |
parent | 82523a4eab197918f0c6cdca3a6081059aad71f4 (diff) | |
download | mate-themes-ffffcfb1c8ae8dd2fe71a2bdb7421be1e6306be7.tar.bz2 mate-themes-ffffcfb1c8ae8dd2fe71a2bdb7421be1e6306be7.tar.xz |
BlackMate: GTK3: fix gtk-widget.css
Diffstat (limited to 'desktop-themes')
-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 * |