From d66f107c5afcad496eb73c5c5e39d7369552f149 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Fleury Date: Wed, 1 Oct 2014 02:09:24 -0400 Subject: Popovers with big rounded corners (radius 7px) don't really fit with other elements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Menus of Clearlooks-Phénix don't have rounded corners. Buttons and tabs have very subtle ones. I think that popovers should not be too different from standard menus. --- gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk-3.0') diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index c27399a..ec1180b 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -1894,7 +1894,7 @@ GtkHeaderBar .header-bar { GtkPopover { border: 1px solid; - border-radius: 7px; + border-radius: 0px; border-color: @border_color; background-color: @theme_bg_color; background-clip: border-box; -- cgit v1.2.3