diff options
author | raveit65 <[email protected]> | 2016-04-03 22:44:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-03 23:11:34 +0200 |
commit | 2e14793c5619956b18bc1e4c724e0f7e2fa69f81 (patch) | |
tree | 66f6e8032b6a96d9796e0da39ed2917dc17fa885 | |
parent | 428ae76030323a22f06645b333ea281c22cd1fce (diff) | |
download | mate-themes-2e14793c5619956b18bc1e4c724e0f7e2fa69f81.tar.bz2 mate-themes-2e14793c5619956b18bc1e4c724e0f7e2fa69f81.tar.xz |
GTK+-3.18 TOK themes: don't use a border-radius for menubar menuitems
-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 74b82191..d70a2846 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -100,7 +100,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; } @@ -113,7 +113,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 009514a5..a82d3fc0 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -99,7 +99,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; } @@ -112,7 +112,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; } |