summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-21 23:06:43 +0100
committerraveit65 <[email protected]>2015-03-21 23:08:35 +0100
commit2b6bb60c88d6d32c9f51dfeac0ccc8e2150672a0 (patch)
tree1fd642cd308378c269aefdc26fd097fbecf41c59 /desktop-themes/BlueMenta
parent570cbc2e28ace42058029251fdc2e69d2549c705 (diff)
downloadmate-themes-2b6bb60c88d6d32c9f51dfeac0ccc8e2150672a0.tar.bz2
mate-themes-2b6bb60c88d6d32c9f51dfeac0ccc8e2150672a0.tar.xz
Menta themes GTK3: add overshoot function to sidebars
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css6
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;
}