[gnome-themes-standard] gedit file browser: style toolbar similar to the tab bar



commit b6492434a94d435e545c3a5d3ff656dab81b1f23
Author: Lars Uebernickel <lars uebernickel canonical com>
Date:   Wed Jan 8 19:01:43 2014 +0100

    gedit file browser: style toolbar similar to the tab bar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721813

 themes/Adwaita/gtk-3.0/gnome-applications.css |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 7008dbc..93a838a 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -242,11 +242,10 @@ GeditViewFrame .gedit-search-slider .not-found:selected {
     color: @theme_selected_fg_color;
 }
 
-GeditFileBrowserWidget .primary-toolbar.toolbar  {
-    background-image: none;
-    background-color: @theme_bg_color;
-    border-top: none;
-    padding: 2px;
+GeditFileBrowserWidget .toolbar {
+    border-bottom: 1px solid @borders;
+    box-shadow: inset 0 3px alpha(black, 0.03), inset 0 2px alpha(black, 0.03), inset 0 1px alpha(black, 
0.03);
+    background-color: shade(@theme_bg_color, 0.95);
 }
 
 .gedit-search-entry-occurrences-tag {


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