[gnome-themes-standard] gedit: different values for vertical/horizontal panels
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] gedit: different values for vertical/horizontal panels
- Date: Wed, 24 Apr 2013 12:29:50 +0000 (UTC)
commit 74e013edb4b2195498863f8effd7166010a6b3c7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Apr 24 14:29:04 2013 +0200
gedit: different values for vertical/horizontal panels
themes/Adwaita/gtk-3.0/gnome-applications.css | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 29ec34c..8f5d93e 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -167,11 +167,16 @@ GeditDocumentsPanel .view:backdrop {
background-color: @sidebar_bg_unfocused;
}
-GeditPanel .notebook {
+GeditPanel.vertical .notebook {
padding: 0px;
border-width: 1px 0;
}
+GeditPanel.horizontal .notebook {
+ padding: 0px;
+ border-width: 0 1px 1px 0;
+}
+
GeditWindow .notebook {
border-width: 1px 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]