[gnome-themes-standard] Widgets: background tabs gradient tweaks, for the bright version.



commit e2e1a99322a451f431b99272ef9a5a34118fcd6a
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Feb 9 17:55:33 2012 +0100

    Widgets: background tabs gradient tweaks, for the bright version.

 themes/Adwaita/gtk-3.0/gtk-main.css    |    4 ++--
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-main.css b/themes/Adwaita/gtk-3.0/gtk-main.css
index a645173..52e92f1 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main.css
@@ -156,8 +156,8 @@
 @define-color notebook_active_tab_border #1372d3;
 @define-color notebook_selected_tab_color #8dc0f3;
 
- define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.98);
- define-color notebook_tab_gradient_b shade(@theme_bg_color, 0.93);
+ define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.97);
+ define-color notebook_tab_gradient_b shade(@theme_bg_color, 0.85);
 @define-color notebook_tab_hilight shade(@theme_bg_color, 1.02);
 
 /* define-color toolbar_gradient_base #aaaa9e;
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2a860d4..5f2dc7b 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -930,8 +930,9 @@ GtkLinkButton * {
     border-width: 0;
 
     background-image: linear-gradient(to bottom,
-                                      @notebook_tab_hilight 1px,
+                                      @notebook_tab_hilight 2px,
                                       @notebook_tab_gradient_a 2px,
+                                      @notebook_tab_gradient_a 7px,
                                       @notebook_tab_gradient_b);
 
     -adwaita-focus-border-radius: 2;
@@ -1035,6 +1036,7 @@ GtkLinkButton * {
     border-color: transparent;
     border-width: 1px;
     padding: 0;
+
     icon-shadow: 0 1 alpha(white, 0.5); /* FIXME*/
 }
 



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