From 3ec4dd123db06b576bdb64ef88e740b1c012b629 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 23 Aug 2017 19:03:57 +0200 Subject: Gtk+-3.20 submarine themes: set top borderradius for .titlebar > headerbar fixes gthumb headerbar --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop-themes/Blue-Submarine') 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 { -- cgit v1.2.1