diff options
author | raveit65 <[email protected]> | 2015-03-21 23:07:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-21 23:09:00 +0100 |
commit | 02c44a7b096b7ccc7c4559bd1863d3dbcf92c6f5 (patch) | |
tree | a222b94a7dbbba76ed48182e2532448e9f49c9ad /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 2b6bb60c88d6d32c9f51dfeac0ccc8e2150672a0 (diff) | |
download | mate-themes-02c44a7b096b7ccc7c4559bd1863d3dbcf92c6f5.tar.bz2 mate-themes-02c44a7b096b7ccc7c4559bd1863d3dbcf92c6f5.tar.xz |
Traditional themes GTK3: add overshoot function
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 13d6de05..a2b9f977 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/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 * ****************/ @@ -1506,8 +1512,7 @@ GtkCheckButton:selected:focus { ***********/ .sidebar, -.sidebar .view, -.sidebar GtkScrolledWindow { +.sidebar .view { background-color: @sidebar_bg_color; } |