[gnome-themes-standard] widgets: Use transparent as background-color for GtkPaned and its separator



commit b4c1a15233b66a31a315df33f99f8c2d67fe2c57
Author: Rui Matos <tiagomatos gmail com>
Date:   Wed Jan 11 19:28:58 2012 +0000

    widgets: Use transparent as background-color for GtkPaned and its separator

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   25 +++++--------------------
 1 files changed, 5 insertions(+), 20 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index d255edd..03fe382 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -158,8 +158,13 @@ GtkTreeView .separator:backdrop,
     color: @unfocused_insensitive_borders;
 }
 
+GtkPaned {
+    background-color: transparent;
+}
+
 .pane-separator {
     color: shade (@inactive_frame_color, 0.80);
+    background-color: transparent;
 }
 
 .pane-separator:hover,
@@ -167,26 +172,6 @@ GtkTreeView .separator:backdrop,
     color: @theme_text_color;
 }
 
-.pane-separator,
-.pane-separator:hover {
-    background-color: @theme_bg_color;
-}
-
-.pane-separator:backdrop,
-.pane-separator:hover:backdrop {
-    background-color: @theme_unfocused_bg_color;
-}
-
-.notebook .pane-separator,
-.notebook .pane-separator:hover {
-    background-color: @theme_base_color;
-}
-
-.notebook .pane-separator:backdrop,
-.notebook .pane-separator:hover:backdrop {
-    background-color: @theme_unfocused_base_color;
-}
-
 /****************
  * Text Entries *
  ****************/



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