diff options
author | raveit65 <[email protected]> | 2015-03-21 23:06:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-21 23:06:43 +0100 |
commit | 9ed3ea8b68a5903b40ad03bff84c37d99ba1c43a (patch) | |
tree | 1fd642cd308378c269aefdc26fd097fbecf41c59 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | cfc4193ede892003a6524e45298b6ba77f31133d (diff) | |
download | mate-themes-9ed3ea8b68a5903b40ad03bff84c37d99ba1c43a.tar.bz2 mate-themes-9ed3ea8b68a5903b40ad03bff84c37d99ba1c43a.tar.xz |
Menta themes GTK3: add overshoot function to sidebars
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index fe63d386..b69c81c5 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -193,7 +193,8 @@ GtkTextView { } /* displays at end of mouse scrolling */ -.overshoot { +.overshoot, +.sidebar.overshoot { background-color: alpha (@theme_selected_bg_color, 0.35); } @@ -2737,8 +2738,7 @@ GtkMessageDialog { * Sidebar * ***********/ .sidebar, -.sidebar .view, -.sidebar GtkScrolledWindow { +.sidebar .view { background-color: @sidebar_bg; } |