diff options
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index e3fc3816..76659d5b 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -127,7 +127,7 @@ PanelMenuBar.menubar .menu .menuitem { color: @theme_text_color; border-style: solid; border-width: 1px; - border-radius: 3px; + border-radius: 0px; border-color: alpha(@theme_bg_color, 0.1); padding: 6px 5px; } @@ -138,7 +138,7 @@ PanelMenuBar.menubar .menu .menuitem:hover { color: @theme_text_color; border-style: solid; border-width: 1px; - border-radius: 3px; + border-radius: 0px; border-color: alpha(@theme_selected_bg_color, 0.1); padding: 6px 5px; } |