summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <ignacio.casal@nice-software.com>2013-10-17 15:30:43 +0200
committerIgnacio Casal Quinteiro <ignacio.casal@nice-software.com>2013-10-17 15:30:43 +0200
commit9ae8d4f6b1f4fb28f64c14e4511c613fadc3e502 (patch)
tree7dc8b7b8b2002950b75848d72053cc41bfe7deee
parenta540d5785c87bddf9a0a774ea573681a7686e4cf (diff)
downloadgnome-themes-standard-9ae8d4f6b1f4fb28f64c14e4511c613fadc3e502.tar.gz
gedit: also add bottom border on backdrop
-rw-r--r--themes/Adwaita/gtk-3.0/gnome-applications.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index d83c3f07..e2932443 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -152,7 +152,8 @@ GeditDocumentsPanel .view:backdrop {
background-color: @sidebar_bg_unfocused;
}
-GeditPanel.vertical .notebook {
+GeditPanel.vertical .notebook,
+GeditPanel.vertical .notebook:backdrop {
border-width: 0 0 1px 0;
}
@@ -164,7 +165,8 @@ GeditPanel.vertical .notebook tab:active {
border-width: 0 0 2px 0;
}
-GeditPanel.horizontal .notebook {
+GeditPanel.horizontal .notebook,
+GeditPanel.horizontal .notebook:backdrop {
border-width: 0 1px 1px 0px;
}