[gnome-themes-standard] Ease corners of selection in icon view



commit b7925932040211569eda5c009b6b45d97ef81819
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Mar 7 16:03:52 2011 -0500

    Ease corners of selection in icon view
    
    Reduce the visibility of the focus rect against the selection
    background.

 themes/Adwaita/gtk-3.0/gtk.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 4a7d0d4..93c2ed1 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -898,6 +898,13 @@ GtkIconView {
     padding: 0;
 }
 
+GtkIconView.view.cell:selected,
+GtkIconView.view.cell:selected:focused {
+    background-color: @selected_bg_color;
+    border-radius: 4;
+    -adwaita-focus-border-color: @selected_bg_color;
+}
+
 .view {
     background-color: @theme_base_color;
     color: @theme_fg_color;



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