diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 3e6b7fc..47a949a 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -961,6 +961,11 @@ GtkInfoBar { color: alpha(currentColor, 0.7); } +.overshoot, +.sidebar.overshoot { + background-color: alpha (@theme_selected_bg_color, 0.35); +} + /******** * menu * ********/ @@ -1892,9 +1897,7 @@ GtkComboBox .separator { * sidebar * ***********/ .sidebar, -.sidebar.view, -.sidebar .view, -.sidebar GtkScrolledWindow { +.sidebar.view { background-color: @theme_bg_color; color: mix(@theme_fg_color, @theme_bg_color, 0.1); }