diff options
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 9 |
1 files changed, 8 insertions, 1 deletions
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 * *******/ |