summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
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/GreenLaguna
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/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 322bbd2e..6dd5e3ed 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -3481,7 +3481,7 @@ paned.horizontal.titlebar separator,
.titlebar button.toggle.popup.titlebutton,
headerbar.frame.titlebar button.image-button.titlebutton,
button.text-button.titlebutton {
- padding: 2px;
+ padding: 3px;
margin: 0px 1px;
}
@@ -3506,7 +3506,8 @@ button.titlebutton.maximize {
box-shadow: none;
}
-.background.csd decoration {
+.background.csd decoration,
+window.unified {
border-radius: 7px 7px 0px 0px;
border-width: 0px;
box-shadow: 0 0 0 2px @wm_csd_border_color, 0 2px 8px 3px @wm_shadow;