[gnome-themes-standard] adwaita: tweak the focus-ring color for icon view



commit c25bd440b2e38b32e1332a965c11b758ba8a7c8d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Mar 7 16:42:27 2011 -0500

    adwaita: tweak the focus-ring color for icon view
    
    This is not optimal, but it's the best we can do for now.

 themes/Adwaita/gtk-3.0/gtk.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 93c2ed1..b7d0e0b 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -902,7 +902,12 @@ GtkIconView.view.cell:selected,
 GtkIconView.view.cell:selected:focused {
     background-color: @selected_bg_color;
     border-radius: 4;
-    -adwaita-focus-border-color: @selected_bg_color;
+
+    /* FIXME: this probably needs to be better;
+     * see https://bugzilla.gnome.org/show_bug.cgi?id=644157
+     */
+    -adwaita-focus-border-color: @progressbar_border;
+    -adwaita-focus-border-radius: 3;
 }
 
 .view {



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