summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-05-14 14:31:32 +0200
committerraveit65 <[email protected]>2023-05-14 14:31:32 +0200
commit6447867add94f14073fddbc0a2faea7b169563ee (patch)
treea2a5c0fcc81e07efaf24945798f3df1cbb517e94 /desktop-themes/BlueMenta
parent90fbd2745a1d4869ef0299987d6750632638bb5a (diff)
downloadmate-themes-6447867add94f14073fddbc0a2faea7b169563ee.tar.bz2
mate-themes-6447867add94f14073fddbc0a2faea7b169563ee.tar.xz
Most themes: fix border-radius of csd decorations
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 7b52edda..811c541c 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -5724,7 +5724,8 @@ headerbar button.image-button,
box-shadow: none;
}
-.background.csd decoration {
+.background.csd decoration,
+window.unified {
border-radius: 6px 6px 0px 0px;
border-width: 0px;
box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;