[gnome-themes-standard] Remove gedit .sidepane styling.



commit f196a145baa50f26ad0650bd59fa7f2b978384b9
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Feb 22 23:26:58 2012 +0100

    Remove gedit .sidepane styling.
    
    Gedit sidepane styling rework punted to the 3.6

 themes/Adwaita/gtk-3.0/gnome-applications.css |   28 ++++++++++++++----------
 1 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index a6e8882..f308659 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -161,11 +161,15 @@ NautilusNotebook.notebook {
 
 GeditWindow .pane-separator, 
 GeditWindow .pane-separator:hover {
-   border-width: 0 1px 1px 1px;
-   border-style: solid;
-   border-color: @borders;
-   background-color: shade(@theme_bg_color, 0.95);
-   color: @borders;
+    border-width: 0 1px 1px 1px;
+    border-style: solid;
+    border-color: @borders;
+    background-color: shade(@theme_bg_color, 0.95);
+    color: @borders;
+}
+
+GeditPanel.title GtkLabel {
+    padding: 7px 0 6px 0;
 }
 
 GeditPanel .toolbar {
@@ -173,16 +177,16 @@ GeditPanel .toolbar {
     background-color: transparent;
 }
 
-GeditWindow .sidebar {
-    background-color: @theme_base_color;
-    border-width: 0 0 1px 0;
-    border-style: solid;
-    border-color: @borders;
-    
+GeditDocumentsPanel .view {
+    background-color: @sidebar_bg;
+}
+
+GeditDocumentsPanel .view:backdrop {
+    background-color: @sidebar_bg_unfocused;
 }
 
 GeditPanel .notebook {
-    padding: 2px;
+    padding: 0px;
     border-width: 1px 0;
 }
 



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