diff options
author | raveit65 <[email protected]> | 2016-04-03 22:44:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-03 23:10:29 +0200 |
commit | b3958d18d858800e3d397ac6ca5edea1c263d24b (patch) | |
tree | 9f0ac7c9be6a287a904bbf3bf87103de4d01d245 /desktop-themes | |
parent | 315168ab3ff46622ba7d50ad5ea82020e6f01e22 (diff) | |
download | mate-themes-b3958d18d858800e3d397ac6ca5edea1c263d24b.tar.bz2 mate-themes-b3958d18d858800e3d397ac6ca5edea1c263d24b.tar.xz |
GTK+-3.18 TOK themes: don't use a border-radius for menubar menuitems
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 4 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index bc125b2b..13638d2c 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -119,7 +119,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; } @@ -132,7 +132,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; } diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 8fe89332..95b5e6f6 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -118,7 +118,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; } @@ -131,7 +131,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; } |