summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-08-23 19:03:57 +0200
committerraveit65 <[email protected]>2017-08-23 19:04:48 +0200
commitae37d6ea00e2db79859b14c5f5ce1b80285c2a57 (patch)
treec3f1e81c2f9782c8113ee9bf821bc44b99b9f6b7 /desktop-themes/Green-Submarine/gtk-3.0
parente3d4cb285d08c9039b8ff1c6d68d512510afac82 (diff)
downloadmate-themes-ae37d6ea00e2db79859b14c5f5ce1b80285c2a57.tar.bz2
mate-themes-ae37d6ea00e2db79859b14c5f5ce1b80285c2a57.tar.xz
Gtk+-3.20 submarine themes: set top borderradius for .titlebar > headerbar
fixes gthumb headerbar
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css5
1 files changed, 5 insertions, 0 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 e5c3380d..8c45c887 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -5939,6 +5939,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 {