[gnome-themes-standard] notebook: tweak the CSS to hide the curvature for inactive tabs



commit 9fb56bf4f100563f2a3729cbfb92404cd89deaf2
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sun Mar 6 22:14:13 2011 -0500

    notebook: tweak the CSS to hide the curvature for inactive tabs

 themes/Adwaita/gtk-3.0/gtk.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index ce727ca..bea2b83 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -332,16 +332,16 @@ GtkCalendar {
  * tabs          *
  *****************/
 .notebook {
-    background-color: shade (@theme_bg_color, 1.12);
+    padding: 2;
 
     border-color: @notebook_border;
     border-style: solid;
     border-width: 1;
     border-radius: 0;
 
-    padding: 2;
+    background-color: @theme_base_color;
 
-    -GtkNotebook-tab-overlap: 6;
+    -GtkNotebook-tab-overlap: 8;
     -GtkNotebook-tab-curvature: 6;
 }
 
@@ -354,11 +354,11 @@ GtkCalendar {
 }
 
 .notebook tab:active {
-    padding: 3 8 0;
-    -adwaita-selected-tab-color: #8dc0f3;
-    -adwaita-notebook-border-color: @notebook_border;
     border-color: @notebook_active_tab_border;
     border-width: 1;
+
+    -adwaita-selected-tab-color: #8dc0f3;
+    -adwaita-notebook-border-color: @notebook_border;
     background-color: @theme_base_color;
     background-image: none;
 }



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