summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-08-23 19:03:57 +0200
committerraveit65 <[email protected]>2017-08-23 19:04:32 +0200
commit3470ec1bfa17e5c3cdf2c8a2f7f3662668fee248 (patch)
treea8e22e2481d8632c3ae26fa4cc90bb2756170bef
parentbc2a1e590f87a2adf35f323cd7c99e95745dd8e5 (diff)
downloadmate-themes-3470ec1bfa17e5c3cdf2c8a2f7f3662668fee248.tar.bz2
mate-themes-3470ec1bfa17e5c3cdf2c8a2f7f3662668fee248.tar.xz
Gtk+-3.20 submarine themes: set top borderradius for .titlebar > headerbar
fixes gthumb headerbar
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css5
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css5
2 files changed, 10 insertions, 0 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 f6fed634..ba9ae74a 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -5946,6 +5946,11 @@ headerbar.titlebar,
box-shadow: none;
}
+/* fix for ie. gthumb */
+.titlebar > headerbar {
+ border-radius: 7px 7px 0 0;
+}
+
.background.ssd > paned.horizontal.titlebar > separator, /* gedit */
.background.csd > paned.horizontal.titlebar > separator,
.background.solid-csd > paned.horizontal.titlebar > separator {
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 64ca911b..1fa0f60f 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -5945,6 +5945,11 @@ headerbar.titlebar,
box-shadow: none;
}
+/* fix for ie. gthumb */
+.titlebar > headerbar {
+ border-radius: 7px 7px 0 0;
+}
+
.background.ssd > paned.horizontal.titlebar > separator, /* gedit */
.background.csd > paned.horizontal.titlebar > separator,
.background.solid-csd > paned.horizontal.titlebar > separator {