summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-04-05 16:45:00 +0200
committerraveit65 <[email protected]>2017-04-05 16:45:23 +0200
commitcf32a8af42df57d9defb14afc0b339c8464b3d79 (patch)
tree062f106dcd1f78725bac8393043f29b0e63a7a9b /desktop-themes/GreenLaguna
parentdbcdc4bdee890118b8a50ad3b96a47469ce26ce4 (diff)
downloadmate-themes-cf32a8af42df57d9defb14afc0b339c8464b3d79.tar.bz2
mate-themes-cf32a8af42df57d9defb14afc0b339c8464b3d79.tar.xz
Gtk+-3.20 most themes: mate-panel hide button modification
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index 05361c2e..92cbc342 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -211,19 +211,19 @@ PanelToplevel.background {
}
/* hide buttons */
-PanelToplevel > widget > button {
+PanelToplevel > grid > button {
color: @theme_fg_color;
background: transparent;
border-image: none;
- border-radius: 3px;
+ border-radius: 0px;
border-style: solid;
border-color: transparent;
padding: 0px;
box-shadow: none;
}
-PanelToplevel > widget > button:hover {
- border-radius: 3px;
+PanelToplevel > grid > button:hover {
+ border-radius: 0px;
border-image: none;
border-style: solid;
padding: 0px;
@@ -234,8 +234,8 @@ PanelToplevel > widget > button:hover {
shade(@button_gradient_color_a, 1.5));
}
-PanelToplevel > widget > button:hover:active {
- border-radius: 3px;
+PanelToplevel > grid > button:hover:active {
+ border-radius: 0px;
color: @theme_fg_color;
border-style: solid;
background-image: linear-gradient(to bottom,