From 9fc5674d665bbdc2c8f142a291517089abcb1d25 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 27 Oct 2013 16:25:55 +0100 Subject: HighContrastHigh: add a style for hovered listbox rows --- desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 7eda046f..d6f4cc16 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -286,7 +286,7 @@ GtkLevelBar.vertical { border-color: @theme_button_insensitive_border; } -.button:insensitive:active { +.button:active *:insensitive { background-color: @theme_button_insensitive_active_bg; border-color: @theme_button_insensitive_active_border; } @@ -1051,6 +1051,13 @@ GtkIconView.view.cell { border-radius: 4px; } +/************** + * List boxes * + **************/ +.list-row:hover { + background-color: @theme_button_bg; +} + /******* * OSD * *******/ -- cgit v1.2.1