diff options
author | Moonchild <mcwerewolf@wolfbeast.com> | 2019-04-03 17:30:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-03 17:30:27 +0200 |
commit | 352121c2a31c70cb1aa3effda88138ec94291464 (patch) | |
tree | 57e9787daa059d5e7ce7b1cbd0bb5d501b8aab77 /application/palemoon/themes/windows/browser.css | |
parent | ff2f287f82630ab3887d7d5c1e64e5b888ea0beb (diff) | |
parent | 520f996015e9ca1d0a6b8618541885e22f52ceaf (diff) | |
download | UXP-352121c2a31c70cb1aa3effda88138ec94291464.tar UXP-352121c2a31c70cb1aa3effda88138ec94291464.tar.gz UXP-352121c2a31c70cb1aa3effda88138ec94291464.tar.lz UXP-352121c2a31c70cb1aa3effda88138ec94291464.tar.xz UXP-352121c2a31c70cb1aa3effda88138ec94291464.zip |
Merge pull request #1033 from Lootyhoof/issue-1025
Only draw a border on the tab bar when on bottom
Diffstat (limited to 'application/palemoon/themes/windows/browser.css')
-rw-r--r-- | application/palemoon/themes/windows/browser.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |