[gnome-themes-standard] gedit: remove border top from bottom panel



commit fd4952a94763dbd1683562685bb91ff6efba17c8
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date:   Thu Oct 17 13:24:30 2013 +0200

    gedit: remove border top from bottom panel

 themes/Adwaita/gtk-3.0/gnome-applications.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index f58286c..14d340f 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -130,7 +130,7 @@ NautilusQueryEditor .toolbar:backdrop:nth-child(2) {
 
 /* gedit */
 
-GeditWindow .pane-separator, 
+GeditWindow .pane-separator,
 GeditWindow .pane-separator:hover {
     border-width: 0 1px 1px 1px;
     border-style: solid;
@@ -156,6 +156,10 @@ GeditPanel.vertical .notebook tab {
     padding: 3px;
 }
 
+GeditPanel.horizontal .notebook {
+    border-top: 0px;
+}
+
 GeditPanel.horizontal .notebook tab {
     padding: 0;
 }


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