From 520f996015e9ca1d0a6b8618541885e22f52ceaf Mon Sep 17 00:00:00 2001 From: Lootyhoof Date: Mon, 1 Apr 2019 21:29:49 +0100 Subject: Only draw a border on the tab bar when on bottom --- application/palemoon/themes/windows/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/palemoon/themes/windows') diff --git a/application/palemoon/themes/windows/browser.css b/application/palemoon/themes/windows/browser.css index aae36c539..9f32b59cf 100644 --- a/application/palemoon/themes/windows/browser.css +++ b/application/palemoon/themes/windows/browser.css @@ -1844,7 +1844,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- } /* When the tab bar is collapsed, show a 1px border in its place. */ -#TabsToolbar[collapsed="true"] { +#TabsToolbar[tabsontop="false"][collapsed="true"] { visibility: visible; height: 1px; border-bottom-width: 1px; -- cgit v1.2.3