diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 5 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 4 |
2 files changed, 4 insertions, 5 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; 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; |