summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-04-05 16:45:00 +0200
committerraveit65 <[email protected]>2017-04-05 16:45:49 +0200
commit05819156a76314d27c259e58e8aeb3e434191033 (patch)
treedb3f3f483593df791501eb5a4dcb932c7eebae89 /desktop-themes/BlueMenta
parenta85362d882c887b92926cac5ee75a3e792659a93 (diff)
downloadmate-themes-05819156a76314d27c259e58e8aeb3e434191033.tar.bz2
mate-themes-05819156a76314d27c259e58e8aeb3e434191033.tar.xz
Gtk+-3.20 most themes: mate-panel hide button modification
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 3cfe4bc9..9bd132b7 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -302,23 +302,21 @@ PanelToplevel.background {
}
/* hide buttons */
-PanelToplevel > widget > button {
+PanelToplevel > grid > button {
background: transparent;
border-image: none;
- border-radius: 2px;
+ border-radius: 0px;
border-width: 0px;
padding: 0px;
box-shadow: none;
}
-PanelToplevel > widget > button:hover,
-PanelToplevel > widget > button:hover:active {
+PanelToplevel > grid > button:hover,
+PanelToplevel > grid > button:hover:active {
background-image: linear-gradient(to bottom,
shade (@theme_selected_bg_color, 0.86),
shade (@theme_selected_bg_color, 0.26));
color: shade (@theme_selected_fg_color, 1.00);
- text-shadow: none;
- border-style: solid;
border-width: 0px;
}