[gnome-themes-standard] fixed notebook tab backdrop state



commit 86746d25d95e688c6fb52fe774af715f06b9dbf7
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Fri May 9 16:33:21 2014 +0200

    fixed notebook tab backdrop state

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index b0e2e82..52c8138 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2189,6 +2189,10 @@ GtkLinkButton.button:active {
     transition: all 200ms ease-out;
 }
 
+.notebook tab GtkLabel:backdrop {
+       color: @theme_unfocused_fg_color;
+}
+
 .notebook .prelight-page,
 .notebook .prelight-page GtkLabel {
     color: mix (@theme_fg_color, @theme_bg_color, 0.15);
@@ -2201,6 +2205,11 @@ GtkLinkButton.button:active {
     transition: all 200ms ease-in;
 }
 
+.notebook .active-page:backdrop,
+.notebook tab .active-page GtkLabel:backdrop {
+    color: @theme_unfocused_text_color;
+}
+
 /* horizontal tabs */
 
 .notebook tab.top,
@@ -2276,6 +2285,11 @@ GtkLinkButton.button:active {
     border-right: 0;
 }
 
+.notebook tab.reorderable-page:backdrop {
+    background-color: transparent;
+    box-shadow: inset 1px 0 shade (@borders, 1.25), inset -1px 0 shade (@borders, 1.25);
+}
+
 .notebook tab.reorderable-page:active {
     background-color: @theme_bg_color;
     box-shadow: inset 0 3px alpha(black, 0.03), inset 0 2px alpha(black, 0.03), inset 0 1px alpha(black, 
0.03),
@@ -2284,6 +2298,11 @@ GtkLinkButton.button:active {
     border-right: 0;
 }
 
+.notebook tab.reorderable-page:active:backdrop {
+    background-color: @theme_unfocused_bg_color;
+    box-shadow: inset 1px 0 shade (@borders, 1.2), inset -1px 0 shade (@borders, 1.2);
+}
+
 /* close button styling */
 .notebook tab .button {
     color: mix (@theme_fg_color, @theme_bg_color, 0.85);


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