diff options
author | raveit65 <[email protected]> | 2023-05-14 14:31:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-14 14:31:32 +0200 |
commit | 6447867add94f14073fddbc0a2faea7b169563ee (patch) | |
tree | a2a5c0fcc81e07efaf24945798f3df1cbb517e94 /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | 90fbd2745a1d4869ef0299987d6750632638bb5a (diff) | |
download | mate-themes-6447867add94f14073fddbc0a2faea7b169563ee.tar.bz2 mate-themes-6447867add94f14073fddbc0a2faea7b169563ee.tar.xz |
Most themes: fix border-radius of csd decorations
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 3 |
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; |