summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-21 23:07:34 +0100
committerraveit65 <[email protected]>2015-03-21 23:07:34 +0100
commitef1e354fa24b91f2ae3c5ab5ddeea5b6fbb8a3d9 (patch)
treea222b94a7dbbba76ed48182e2532448e9f49c9ad /desktop-themes/TraditionalGreen
parent9ed3ea8b68a5903b40ad03bff84c37d99ba1c43a (diff)
downloadmate-themes-ef1e354fa24b91f2ae3c5ab5ddeea5b6fbb8a3d9.tar.bz2
mate-themes-ef1e354fa24b91f2ae3c5ab5ddeea5b6fbb8a3d9.tar.xz
Traditional themes GTK3: add overshoot function
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index aac36ad0..3ac43694 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -208,6 +208,12 @@ GtkTreeView.separator,
background-position: center;
}
+/* displays at end of mouse scrolling */
+.overshoot,
+.sidebar.overshoot {
+ background-color: alpha (@theme_selected_bg_color, 0.35);
+}
+
/****************
* Text Entries *
****************/
@@ -1502,8 +1508,7 @@ GtkCheckButton:selected:focus {
***********/
.sidebar,
-.sidebar .view,
-.sidebar GtkScrolledWindow {
+.sidebar .view {
background-color: @sidebar_bg_color;
}