[gnome-themes-standard] a11y-base: set a 1px border on color swatches



commit cc8cd2154c5d71dbdb2d7b4ca441c08623af462d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Feb 14 16:52:15 2012 -0500

    a11y-base: set a 1px border on color swatches

 themes/a11y-base.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index d4e4e18..667fe44 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -352,3 +352,9 @@ column-header:first-child .button {
     -GtkRange-stepper-size: 20;
     -GtkRange-trough-border: 0;
 }
+
+GtkColorSwatch {
+    border-width: 1px;
+    border-style: solid;
+    border-color: @theme_fg_color;
+}



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