diff options
author | Horst3180 | 2015-08-03 20:18:19 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-03 20:18:19 +0200 |
commit | 954f41f19f3c851796b743c38c1300612b0ed525 (patch) | |
tree | 711e1c32bf830ce71685416ce0d87a369411e4aa /common/gtk-3.0/3.16/gtk-contained-darker.css | |
parent | 2376326de034be8260cbc7d712563267137c2515 (diff) | |
download | solarc-theme-954f41f19f3c851796b743c38c1300612b0ed525.tar.gz solarc-theme-954f41f19f3c851796b743c38c1300612b0ed525.tar.xz solarc-theme-954f41f19f3c851796b743c38c1300612b0ed525.zip |
smaller menu border-radius
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-darker.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index 6c62bf8..c931495 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -1326,7 +1326,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #dbdfe3; } .csd .menu, .csd .popup { padding: 4px 0px; - border-radius: 3px; + border-radius: 2px; border: none; } .menu .menuitem, .popup .menuitem { padding: 5px; } @@ -2344,7 +2344,7 @@ GtkVolumeButton.button { .window-frame.ssd.maximized { border-radius: 0; } .window-frame.csd.popup, .window-frame.csd.menu { - border-radius: 3px; + border-radius: 2px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } .window-frame.csd.tooltip { border-radius: 2px; |