From 3fd4aeb10efbf6008d44f4422f32cf2cf2dda360 Mon Sep 17 00:00:00 2001 From: Vince Date: Fri, 13 Nov 2020 20:34:09 +0800 Subject: [PATCH] Update gtk-dark.css --- src/main/gtk-3.0/gtk-dark.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/gtk-3.0/gtk-dark.css b/src/main/gtk-3.0/gtk-dark.css index 0a852f5..21729ba 100644 --- a/src/main/gtk-3.0/gtk-dark.css +++ b/src/main/gtk-3.0/gtk-dark.css @@ -6045,8 +6045,9 @@ entry.contacts-postal-entry:focus + entry.contacts-postal-entry { border-top-color: rgba(104, 135, 205, 0.75); } -stack#titlebar_container.titlebar > stack > headerbar { - border: none; +stack#titlebar_container.titlebar > stack > headerbar, +stack#titlebar_container.titlebar > headerbar.titlebar > deck > headerbar { + border-color: #373737; } notebook.main-notebook > header.top { @@ -6061,6 +6062,10 @@ notebook.main-notebook > header.top > tabs > tab:first-child { border-left-width: 0; } +notebook.main-notebook webkitwebview { + border-radius: 0 0 14px 14px; +} + window.background.csd > box.vertical > overlay > stack.background { border-radius: 0 0 14px 14px; }