[gnome-themes-standard] gedit: fix tab padding from sidebar



commit 8b9955a2d615460ca2e2514a17c8cd855c2781af
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date:   Thu Oct 17 13:14:21 2013 +0200

    gedit: fix tab padding from sidebar

 themes/Adwaita/gtk-3.0/gnome-applications.css |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index aca5840..f58286c 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -152,19 +152,12 @@ GeditDocumentsPanel .view:backdrop {
     background-color: @sidebar_bg_unfocused;
 }
 
-GeditPanel.vertical .notebook {
+GeditPanel.vertical .notebook tab {
     padding: 3px;
-    border-width: 1px 0;
-}
-
-GeditPanel.horizontal .notebook {
-    padding: 0px;
-    border-width: 0 1px 1px 0;
 }
 
-GeditPanel .notebook tab
-{
-    border-width: 0;
+GeditPanel.horizontal .notebook tab {
+    padding: 0;
 }
 
 GeditStatusMenuButton {


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