From 5c7350395219b25706f641ef67cba5e472b95297 Mon Sep 17 00:00:00 2001 From: Niklas Gollenstede Date: Sun, 20 Aug 2017 17:59:09 +0200 Subject: [PATCH] thunderbird-dark: fix window buttons, close #13 --- thunderbird-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird-dark.css b/thunderbird-dark.css index 5cd637c..3a24dda 100644 --- a/thunderbird-dark.css +++ b/thunderbird-dark.css @@ -44,7 +44,7 @@ { margin-top: -2px; } /* exclude window button area */ - #titlebar-placeholder-on-TabsToolbar-for-captions-buttons + #titlebar-placeholder-on-TabsToolbar-for-captions-buttons, #TabsToolbar { background: transparent; } window[sizemode="maximized"] #titlebar-placeholder-on-TabsToolbar-for-captions-buttons { background-image: linear-gradient(180deg, transparent 90%, black 90%); }