[gnome-themes-standard] adwaita gtk3: remove toolbar separator from gnome contacts backdrop window, since I wa



commit d5b6411da0d944507a7f9bbc5a8bfebce8d445ba
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Tue Oct 9 16:21:04 2012 +0200

    adwaita gtk3: remove toolbar separator from gnome contacts backdrop
                  window, since I want no graidents in the backdrop state.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 3fd1694..25e2aed 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -505,9 +505,14 @@ EphyOverview GtkScrolledWindow:backdrop {
 
 /* Border on the right in the left menu toolbar */
 .contacts-left-toolbar.toolbar.menubar {
- border-image: linear-gradient(to bottom, @theme_bg_color, shade(@borders, 1.2));
- border-image-width: 0 1px 0 0;
- border-image-slice: 1;
+    border-image: linear-gradient(to bottom, @theme_bg_color, shade(@borders, 1.2));
+    border-image-width: 0 1px 0 0;
+    border-image-slice: 1;
+}
+
+.contacts-left-toolbar.toolbar.menubar:backdrop {
+    border-image: none;
+    border-color: transparent;
 }
 
 /* Sidebar with line at top and the left */
@@ -644,7 +649,7 @@ EvWindow.background EggFindBar.toolbar {
 /* gcalctool */
 
 MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow {
-    padding: 4px;    
+    padding: 4px;
     background-color: @theme_base_color;
     border-radius: 3px;
 }
@@ -654,3 +659,4 @@ MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow:ba
     background-color:  @theme_unfocused_base_color;
     border-radius: 3px;
 }
+



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