[gnome-themes-standard] HighContrast: add a style for hovered listbox rows



commit 62ea8a6a8b7430b690debda21de7fb9adb526227
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Aug 31 16:28:22 2013 -0700

    HighContrast: add a style for hovered listbox rows

 themes/HighContrast/gtk-3.0/gtk-widgets.css |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/themes/HighContrast/gtk-3.0/gtk-widgets.css b/themes/HighContrast/gtk-3.0/gtk-widgets.css
index 7eda046..42de9ff 100644
--- a/themes/HighContrast/gtk-3.0/gtk-widgets.css
+++ b/themes/HighContrast/gtk-3.0/gtk-widgets.css
@@ -295,7 +295,7 @@ GtkLevelBar.vertical {
     color: @theme_button_insensitive_fg;
 }
 
-.button *:insensitive:active {
+.button:active *:insensitive {
     color: @theme_button_insensitive_active_fg;
 }
 
@@ -1051,6 +1051,13 @@ GtkIconView.view.cell {
     border-radius: 4px;
 }
 
+/**************
+ * List boxes *
+ **************/
+.list-row:hover {
+    background-color: @theme_button_bg;
+}
+
 /*******
  * OSD *
  *******/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]