[gnome-themes-standard] highcontrast: tweak icon view selection radius and symbolic images



commit 10a84690328a920efd4d7ff4a517ad93a063404b
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 24 18:58:54 2012 -0400

    highcontrast: tweak icon view selection radius and symbolic images

 themes/a11y-base.css |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index c3e353e..70b5e58 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -41,6 +41,14 @@ GtkCheckButton:selected:focus {
     color: @theme_fg_color;
 }
 
+.image {
+    color: @theme_selected_bg_color;
+}
+
+.image:hover {
+    color: @theme_fg_color;
+}
+
 GtkImage:insensitive {
     background-color: transparent;
 }
@@ -497,6 +505,10 @@ column-header:first-child .button {
     color: @theme_base_color;
 }
 
+GtkIconView.view.cell {
+    border-radius: 4px;
+}
+
 GtkColorSwatch {
     border-width: 1px;
     border-style: solid;



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