[gnome-themes-standard] highcontrast: don't use brown for inactive notebook tabs



commit 644bf162414e8627f4d0038e55190f5fe5376088
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 24 18:04:29 2012 -0400

    highcontrast: don't use brown for inactive notebook tabs

 themes/a11y-base.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 84d510b..b44f4cf 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -366,7 +366,7 @@ GtkSwitch.trough:active {
 }
 
 .notebook tab {
-    background-color: @theme_active_color;
+    background-color: @theme_internal_bg;
     padding: 3px;
 }
 
@@ -374,7 +374,7 @@ GtkSwitch.trough:active {
     border-image: linear-gradient(to bottom,
                                   transparent,
                                   transparent 2px,
-                                  @theme_fg_color 3px,
+                                  @theme_fg_color 2px,
                                   @theme_fg_color);
     border-image-slice: 3 1 1 1;
     border-image-width: 1;



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