summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-05-14 14:31:32 +0200
committerraveit65 <[email protected]>2023-05-14 14:41:31 +0200
commite87c3c7bb4de701e30d7324a4ac8e5a3f8353bd0 (patch)
tree368b47272d2b0ede1904f208b93b5e7cf91f5b5d /desktop-themes/TraditionalGreen
parent5581f242c34e8ccad6858fc9f314a7e4d903c1a6 (diff)
downloadmate-themes-e87c3c7bb4de701e30d7324a4ac8e5a3f8353bd0.tar.bz2
mate-themes-e87c3c7bb4de701e30d7324a4ac8e5a3f8353bd0.tar.xz
Most themes: fix border-radius of csd decorations
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 4a201618..8f167499 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -3945,7 +3945,8 @@ headerbar button.titlebutton,
box-shadow: none;
}
-.background.csd decoration {
+.background.csd decoration,
+window.unified {
border-width: 0px;
border-radius: 7px 7px 0 0;
border-style: solid;