summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-27 16:25:55 +0100
committerraveit65 <[email protected]>2013-10-27 16:25:55 +0100
commit9fc5674d665bbdc2c8f142a291517089abcb1d25 (patch)
tree93606160b30ebf6bad55b24eff624b99761614d7 /desktop-themes
parentf556e2ad42d28188676a0eca494f0d40ff4f70d5 (diff)
downloadmate-themes-9fc5674d665bbdc2c8f142a291517089abcb1d25.tar.bz2
mate-themes-9fc5674d665bbdc2c8f142a291517089abcb1d25.tar.xz
HighContrastHigh: add a style for hovered listbox rows
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css9
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 *
*******/