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/BlueMenta/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/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index d6515596..61e32b9b 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -310,7 +310,6 @@ MatePanelAppletFrameDBus { /* set menubar menuitem separator , does not work */ .mate-panel-menu-bar menubar menu menuitem separator { color: @menu_separator; -/* -GtkMenuItem-horizontal-padding: 0; deprecated */ } /* set normal menubar menuitem */ @@ -371,7 +370,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; @@ -389,7 +388,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; |