diff options
author | raveit65 <[email protected]> | 2017-08-23 19:03:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-23 19:03:57 +0200 |
commit | 3ec4dd123db06b576bdb64ef88e740b1c012b629 (patch) | |
tree | b3608deb4b46140f33249722ae691762fa54afe3 /desktop-themes/Blue-Submarine | |
parent | 5d1e70ac0c9715579e46234dabff12a8c206c7b1 (diff) | |
download | mate-themes-3ec4dd123db06b576bdb64ef88e740b1c012b629.tar.bz2 mate-themes-3ec4dd123db06b576bdb64ef88e740b1c012b629.tar.xz |
Gtk+-3.20 submarine themes: set top borderradius for .titlebar > headerbar
fixes gthumb headerbar
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 5 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 {
|