[gnome-themes-standard] notebook: make sure to reset to zero tab borders for gedit and ephy
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] notebook: make sure to reset to zero tab borders for gedit and ephy
- Date: Tue, 7 Feb 2012 17:05:42 +0000 (UTC)
commit 744d4ddc2fe87698e59ce200f1a8dbd9aeeb0e96
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Feb 7 12:04:10 2012 -0500
notebook: make sure to reset to zero tab borders for gedit and ephy
Since we override the notebook border for those applications, we also
make sure to reset to zero the notebook tab region border, or we get bad
drawing artifacts.
themes/Adwaita/gtk-3.0/gnome-applications.css | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 5cd4710..dcbfbfb 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -219,6 +219,11 @@ GeditWindow .notebook {
border-width: 1px 0;
}
+GeditPanel .notebook tab,
+GeditWindow .notebook tab {
+ border-width: 0;
+}
+
/* gnome-documents */
.documents-dropdown,
.documents-dropdown .view {
@@ -547,6 +552,10 @@ EphyNotebook.notebook {
border-width: 1px 0 1px 0;
}
+EphyNotebook.notebook tab {
+ border-width: 0;
+}
+
EphyToolbar.toolbar .button {
padding-left: 4px;
padding-right: 4px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]