From 02c44a7b096b7ccc7c4559bd1863d3dbcf92c6f5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 21 Mar 2015 23:07:34 +0100 Subject: Traditional themes GTK3: add overshoot function --- desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0') 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; } -- cgit v1.2.1