[gnome-themes-standard] adwaita gtk3: selected state styling for .baobab-cell-warning/error.



commit 10c2229b7da6008d00c020342b902bf67c9e09c8
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sun Oct 14 13:50:52 2012 +0200

    adwaita gtk3: selected state styling for .baobab-cell-warning/error.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 6901da1..8d4972b 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -359,12 +359,18 @@ GeditStatusComboBox .button:backdrop:hover {
     color: @warning_color;
 }
 
+.cell.baobab-cell-warning:selected,
+.cell.baobab-cell-error:selected {
+    color: @theme_selected_fg_color;
+}
+
 .cell.baobab-cell-warning:backdrop,
-.cell.baobab-cell-error:backdrop {
+.cell.baobab-cell-error:backdrop,
+.cell.baobab-cell-warning:selected:backdrop,
+.cell.baobab-cell-error:selected:backdrop {
     color: @theme_unfocused_text_color;
 }
 
-
 /* epiphany */
 
 EphyToolbar .entry:first-child,



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