summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
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/Green-Submarine
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/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index b548c915..54a5a59e 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -6291,6 +6291,7 @@ headerbar paned > separator {
background: none;
background-color: transparent;
padding: 5px 5px 6px 5px;
+ margin: 0px -3px 0px -3px;
border-width: 1px;
border-radius: 5px;
border-color: transparent;
@@ -6517,7 +6518,8 @@ headerbar paned > separator {
box-shadow: none;
}
-.background.csd decoration {
+.background.csd decoration,
+window.unified {
border-color: darker(@theme_bg_dark_color);
border-radius: 7px 7px 0 0;
border-width: 1px;