summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-03 22:44:21 +0200
committerraveit65 <[email protected]>2016-04-03 22:44:21 +0200
commit1bff79f5e22480eb9015bb1aed393ca94e5f8430 (patch)
tree660b0d0c675ebfdc7e746f1b06e6408c5873f024
parentf9f88b619a9677fca796d59b72f82b41a29f97ce (diff)
downloadmate-themes-1bff79f5e22480eb9015bb1aed393ca94e5f8430.tar.bz2
mate-themes-1bff79f5e22480eb9015bb1aed393ca94e5f8430.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.css4
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css4
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 c1ecc82a..3c0d5953 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -128,7 +128,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;
}
@@ -139,7 +139,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 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;
}