[gnome-themes-standard] nautilus: fix selected desktop item colors



commit 9318224e9df7f6258f68467f252964d8f9919a16
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Sep 28 20:31:26 2012 -0400

    nautilus: fix selected desktop item colors
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683423

 themes/Adwaita/gtk-3.0/gnome-applications.css |    4 ++++
 themes/HighContrast/gtk-3.0/gtk-widgets.css   |   19 +++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 6004ed4..4abdfc7 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -45,6 +45,10 @@ TerminalWindow GtkNotebook.notebook {
     text-shadow: none;
 }
 
+.nautilus-desktop.nautilus-canvas-item:selected:backdrop {
+    color: @theme_unfocused_selected_fg_color;
+}
+
 NautilusWindow .sidebar .frame {
     border-width: 1px 0 0 0;
     border-style: solid;
diff --git a/themes/HighContrast/gtk-3.0/gtk-widgets.css b/themes/HighContrast/gtk-3.0/gtk-widgets.css
index a3f3be1..fe0fd83 100644
--- a/themes/HighContrast/gtk-3.0/gtk-widgets.css
+++ b/themes/HighContrast/gtk-3.0/gtk-widgets.css
@@ -1161,6 +1161,25 @@ NautilusWindow .sidebar .frame {
     background-color: @theme_insensitive_bg;
 }
 
+.nautilus-desktop.nautilus-canvas-item {
+    color: @theme_base_color;
+    text-shadow: 1px 1px black;
+}
+
+.nautilus-desktop.nautilus-canvas-item:selected {
+    color: @theme_base_color;
+}
+
+.nautilus-desktop.nautilus-canvas-item:backdrop {
+    background-color: @theme_fg_color;
+}
+
+.nautilus-desktop.nautilus-canvas-item:active,
+.nautilus-desktop.nautilus-canvas-item:prelight,
+.nautilus-desktop.nautilus-canvas-item:selected {
+    text-shadow: none;
+}
+
 .documents-icon-bg {
     background-color: @theme_internal_bg;
     color: @theme_fg_color;



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