summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-04-02 18:34:33 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-04-02 19:58:09 -0400
commit7d94872c6616879070251d94accfe1f3dc734b81 (patch)
tree449713d08e2c81fd0c266f612d88604554a34c85
parent5f0636a8bf2b54b955103b37aaf89a84b43b28b0 (diff)
downloadgnome-themes-standard-7d94872c6616879070251d94accfe1f3dc734b81.tar.gz
treeview: don't force a border-radius to zero
This also sets border-radius to zero for all the cell renderers, which is not something we want. Related to: https://bugzilla.gnome.org/show_bug.cgi?id=673321
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index ccf146e2..08cb2cbb 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2088,7 +2088,6 @@ GtkTreeView,
GtkTreeView.view {
background-color: @theme_base_color;
color: @theme_text_color;
- border-radius: 0;
}
.view:selected,