summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-05-19 16:00:38 +0200
committerraveit65 <[email protected]>2018-05-19 16:00:38 +0200
commit6a1a641407a7eb9de062280d87a620da23e9c5fd (patch)
tree8f07a42158748374cc9ad9da6849c2f0eee41eac
parentdab6c7b600532951ceb7dcd5b3ba1da80db4f4d2 (diff)
downloadmate-themes-6a1a641407a7eb9de062280d87a620da23e9c5fd.tar.bz2
mate-themes-6a1a641407a7eb9de062280d87a620da23e9c5fd.tar.xz
Menta themes: fix background size for windows-control icons
Fixes https://github.com/mate-desktop/mate-themes/issues/224
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/window-controls.css2
-rw-r--r--desktop-themes/Menta/gtk-3.0/window-controls.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/window-controls.css b/desktop-themes/BlueMenta/gtk-3.0/window-controls.css
index a1b49abb..80580aac 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/window-controls.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/window-controls.css
@@ -14,7 +14,7 @@ headerbar .left:dir(rtl) button.close.titlebutton {
color: transparent;
background-position: center;
background-repeat: no-repeat;
- background-size: 19px 19px;
+ background-size: 20px 20px;
}
/* Set correct layout with
diff --git a/desktop-themes/Menta/gtk-3.0/window-controls.css b/desktop-themes/Menta/gtk-3.0/window-controls.css
index a1b49abb..80580aac 100644
--- a/desktop-themes/Menta/gtk-3.0/window-controls.css
+++ b/desktop-themes/Menta/gtk-3.0/window-controls.css
@@ -14,7 +14,7 @@ headerbar .left:dir(rtl) button.close.titlebutton {
color: transparent;
background-position: center;
background-repeat: no-repeat;
- background-size: 19px 19px;
+ background-size: 20px 20px;
}
/* Set correct layout with