summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-21 23:07:34 +0100
committerraveit65 <[email protected]>2015-03-21 23:09:00 +0100
commit02c44a7b096b7ccc7c4559bd1863d3dbcf92c6f5 (patch)
treea222b94a7dbbba76ed48182e2532448e9f49c9ad /desktop-themes/TraditionalOkTest
parent2b6bb60c88d6d32c9f51dfeac0ccc8e2150672a0 (diff)
downloadmate-themes-02c44a7b096b7ccc7c4559bd1863d3dbcf92c6f5.tar.bz2
mate-themes-02c44a7b096b7ccc7c4559bd1863d3dbcf92c6f5.tar.xz
Traditional themes GTK3: add overshoot function
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index c080598f..b30c4a38 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/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 *
****************/
@@ -1501,8 +1507,7 @@ GtkCheckButton:selected:focus {
***********/
.sidebar,
-.sidebar .view,
-.sidebar GtkScrolledWindow {
+.sidebar .view {
background-color: @sidebar_bg_color;
}