[gnome-themes-standard] highcontrast: notebook tab left/right/bottom fixes



commit de485ca12952860f1459e7c8e6bc237957a95390
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 24 21:53:56 2012 -0400

    highcontrast: notebook tab left/right/bottom fixes

 themes/a11y-base.css |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 6954805..9cf10d4 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -393,14 +393,18 @@ GtkSwitch.trough:active {
     border-width: 1px;
     border-color: @theme_fg_color;
     border-style: solid;
+    background-clip: border-box;
 }
 
 .notebook tab {
     background-color: @theme_internal_bg;
     padding: 3px;
+
+    border-color: @theme_fg_color;
 }
 
 .notebook tab.top {
+    background-clip: padding-box;
     border-image: linear-gradient(to bottom,
                                   transparent,
                                   transparent 2px,
@@ -413,11 +417,28 @@ GtkSwitch.trough:active {
     border-color: transparent;
 }
 
+.notebook tab.bottom {
+    border-width: 0 1px 1px 1px;
+}
+
+.notebook tab.left {
+    border-width: 1px 0 1px 1px;
+}
+
+.notebook tab.right {
+    border-width: 1px 1px 1px 0;
+}
+
 .notebook tab:active {
     background-color: @theme_base_color;
     color: @theme_fg_color;
 }
 
+.frame {
+    border-width: 1px;
+    border-style: solid;
+}
+
 GtkScrolledWindow.frame {
     border-width: 1px;
     border-style: solid;



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