diff options
author | Ryan C <lootyhoofer@gmail.com> | 2019-05-04 20:02:38 +0100 |
---|---|---|
committer | Ryan C <lootyhoofer@gmail.com> | 2019-05-04 20:02:38 +0100 |
commit | 6458c3464dffa665b7752a3ceebb4812c2746281 (patch) | |
tree | 8b6d46551a0a20f38362ad5eca4658b30e06262b /application/palemoon/themes/linux | |
parent | aa4055cb420d23ae105c39b2f13d68352a9fad36 (diff) | |
download | UXP-6458c3464dffa665b7752a3ceebb4812c2746281.tar UXP-6458c3464dffa665b7752a3ceebb4812c2746281.tar.gz UXP-6458c3464dffa665b7752a3ceebb4812c2746281.tar.lz UXP-6458c3464dffa665b7752a3ceebb4812c2746281.tar.xz UXP-6458c3464dffa665b7752a3ceebb4812c2746281.zip |
Don't shrink the tab bar in customize mode
Diffstat (limited to 'application/palemoon/themes/linux')
-rw-r--r-- | application/palemoon/themes/linux/browser.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/themes/linux/browser.css b/application/palemoon/themes/linux/browser.css index 01b3f5c9e..4933b4069 100644 --- a/application/palemoon/themes/linux/browser.css +++ b/application/palemoon/themes/linux/browser.css @@ -1608,7 +1608,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[tabsontop="false"][collapsed="true"] { +#TabsToolbar[tabsontop="false"][collapsed="true"]:not([customizing="true"]) { visibility: visible; height: 1px; border-bottom-width: 1px; |