[gnome-themes-standard] nautilus: Remove duplicate borders
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] nautilus: Remove duplicate borders
- Date: Sat, 24 Aug 2013 15:15:45 +0000 (UTC)
commit c7d2778658a33a0915e7f74714eacb3dd6ab83fa
Author: António Fernandes <AntonioJPFernandes gmail com>
Date: Fri Aug 23 19:06:15 2013 +0100
nautilus: Remove duplicate borders
The toolbar has a bottom border now, which, added to the top borders on the places sidebar, the pane
separator, and the notebook frame, results in a double border. Remove the later three to get a single border.
https://bugzilla.gnome.org/show_bug.cgi?id=706673
themes/Adwaita/gtk-3.0/gnome-applications.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index a2e23be..759b831 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -52,7 +52,7 @@ TerminalWindow GtkNotebook.notebook {
}
NautilusWindow .sidebar .frame {
- border-width: 1px 0 0 0;
+ border-width: 0 0 0 0;
border-style: solid;
border-color: @borders;
border-radius: 0;
@@ -64,7 +64,7 @@ NautilusWindow .sidebar .frame:backdrop {
NautilusWindow > GtkGrid > .pane-separator,
NautilusWindow > GtkGrid > .pane-separator:hover {
- border-width: 1px 1px 0 0;
+ border-width: 0 1px 0 0;
border-style: solid;
border-color: @borders;
background-color: @sidebar_bg;
@@ -85,7 +85,7 @@ NautilusNotebook.notebook {
}
NautilusNotebook .frame {
- border-width: 1px 0 0 0;
+ border-width: 0 0 0 0;
}
NautilusToolbar .button {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]