[gnome-themes-standard] gedit: fix sidebar to have a border in the bottom



commit 1310a722ab37c0d3b0d55d42a33eba9db0c278a4
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date:   Thu Oct 17 15:07:16 2013 +0200

    gedit: fix sidebar to have a border in the bottom

 themes/Adwaita/gtk-3.0/gnome-applications.css |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 14d340f..70a377c 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -152,10 +152,19 @@ GeditDocumentsPanel .view:backdrop {
     background-color: @sidebar_bg_unfocused;
 }
 
-GeditPanel.vertical .notebook tab {
+GeditPanel.vertical .notebook {
+    border-width: 0 0 1px 0;
+}
+
+GeditPanel.vertical .notebook tab,
+GeditPanel.vertical .notebook tab:active {
     padding: 3px;
 }
 
+GeditPanel.vertical .notebook tab:active {
+    border-width: 0 0 2px 0;
+}
+
 GeditPanel.horizontal .notebook {
     border-top: 0px;
 }


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