[gnome-themes-standard] adwaita: remove border from treeview cells
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] adwaita: remove border from treeview cells
- Date: Fri, 4 Mar 2011 08:28:19 +0000 (UTC)
commit 0a5c7dfbf54273c72dc5036372b6ea1cb46b4a83
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Mar 4 03:27:58 2011 -0500
adwaita: remove border from treeview cells
themes/Adwaita/gtk-3.0/gtk.css | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index f2c3106..77f41c1 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -854,7 +854,12 @@ column-header {
padding: 1 2;
}
+row:hover {
+ border-width: 0;
+}
+
row:selected:focused {
+ border-width: 0;
background-image: -gtk-gradient (linear,
left top,
left bottom,
@@ -865,6 +870,7 @@ row:selected:focused {
}
row:selected {
+ border-width: 0;
background-image: -gtk-gradient (linear,
left top,
left bottom,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]