diff options
author | raveit65 <[email protected]> | 2016-04-04 10:58:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-04 10:58:38 +0200 |
commit | fa23ed914467522f9676b2fa11cc47974b370c02 (patch) | |
tree | 58fae25dd4e3af9a68ddaf29ea0b99bb9488c334 /desktop-themes/Menta/gtk-3.0 | |
parent | 352924269cc73148de87db8150dac835ece5a602 (diff) | |
download | mate-themes-fa23ed914467522f9676b2fa11cc47974b370c02.tar.bz2 mate-themes-fa23ed914467522f9676b2fa11cc47974b370c02.tar.xz |
GTK+-3.20 Menta themes: reduce border-radius of panel buttons
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 197936a5..a92104ae 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -363,7 +363,7 @@ MatePanelAppletFrameDBus { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; padding: 4px 4px 4px 4px; @@ -381,7 +381,7 @@ MatePanelAppletFrameDBus { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; padding: 4px 4px 4px 4px; |