summaryrefslogtreecommitdiff
path: root/gtk-3.0
diff options
context:
space:
mode:
authorJean-Philippe Fleury <contact@jpfleury.net>2014-10-01 02:09:24 -0400
committerJean-Philippe Fleury <contact@jpfleury.net>2014-10-01 02:09:24 -0400
commitd66f107c5afcad496eb73c5c5e39d7369552f149 (patch)
tree645c6684f2711dc7a970ef0e55a752d2efb14666 /gtk-3.0
parentd073441a58f917052ac67b8a0387529c1a459ca8 (diff)
Popovers with big rounded corners (radius 7px) don't really fit with other elements
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.
Diffstat (limited to 'gtk-3.0')
-rw-r--r--gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 deletions
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;