[gnome-themes-standard] Make notebook tabs closer to the mockups



commit 82ec080af57bcfa69636656923bcb3e991d9c38c
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Jan 17 04:35:08 2011 +0100

    Make notebook tabs closer to the mockups
    
    Implementing these isn't possible yet, so try to get something
    closer to clearlooks instead.

 themes/Adwaita/gtk-3.0/gtk.css |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 5275326..5fc6052 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -176,6 +176,7 @@ GtkScale {
 
 GtkNotebook,
 .notebook {
+    -adwaita-selected-tab-color: #8dc0f3;
     background-color: shade (@bg_color, 1.12);
     padding: 3;
     border-style: solid;
@@ -184,10 +185,10 @@ GtkNotebook,
     -GtkNotebook-tab-curvature: 5;
 }
 
-  GtkNotebook tab {
-      padding: 0;
-      border-radius: 2;  
-  }
+GtkNotebook tab {
+    padding: 2;
+    border-radius: 2;
+}
 
   GtkNotebook tab:active {
       background-color: @base_color;



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