[gnome-themes-standard] selection-toolbar: set the right color for secondary selection labels



commit 62c05aa304a8675944995251b59f4c7a0719d6aa
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Jan 8 18:13:16 2013 -0500

    selection-toolbar: set the right color for secondary selection labels

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 6fb522e..844c190 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -3108,12 +3108,17 @@ GtkProgressBar.osd.progressbar {
     color: @selection_menu_fg;
 }
 
+.selection-mode.toolbar .selection-menu.button .dim-label {
+    color: @selection_menu_fg;
+}
+
 .selection-mode.toolbar .selection-menu.button:backdrop {
     background-color: transparent;
     color: @selection_menu_fg;
 }
 
-.selection-mode.toolbar .selection-menu.button:hover {
+.selection-mode.toolbar .selection-menu.button:hover,
+.selection-mode.toolbar .selection-menu.button .dim-label:hover {
     background-color: transparent;
     color: @selection_menu_hover;
 }



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