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 | |
parent | 90fbd2745a1d4869ef0299987d6750632638bb5a (diff) | |
download | mate-themes-6447867add94f14073fddbc0a2faea7b169563ee.tar.bz2 mate-themes-6447867add94f14073fddbc0a2faea7b169563ee.tar.xz |
Most themes: fix border-radius of csd decorations
7 files changed, 17 insertions, 8 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index ae343092..9e34f917 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-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;
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; 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;
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; diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index b28d42fa..fcd50b05 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/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; 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; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 6bb9ad47..f7025c6c 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -3947,7 +3947,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; |