summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2019-04-01 21:29:49 +0100
committerLootyhoof <lootyhoofer@gmail.com>2019-04-01 21:29:49 +0100
commit520f996015e9ca1d0a6b8618541885e22f52ceaf (patch)
tree57e9787daa059d5e7ce7b1cbd0bb5d501b8aab77 /application
parentff2f287f82630ab3887d7d5c1e64e5b888ea0beb (diff)
downloadUXP-520f996015e9ca1d0a6b8618541885e22f52ceaf.tar
UXP-520f996015e9ca1d0a6b8618541885e22f52ceaf.tar.gz
UXP-520f996015e9ca1d0a6b8618541885e22f52ceaf.tar.lz
UXP-520f996015e9ca1d0a6b8618541885e22f52ceaf.tar.xz
UXP-520f996015e9ca1d0a6b8618541885e22f52ceaf.zip
Only draw a border on the tab bar when on bottom
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/themes/linux/browser.css2
-rw-r--r--application/palemoon/themes/osx/browser.css2
-rw-r--r--application/palemoon/themes/windows/browser.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/application/palemoon/themes/linux/browser.css b/application/palemoon/themes/linux/browser.css
index 933067c2b..01b3f5c9e 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[collapsed="true"] {
+#TabsToolbar[tabsontop="false"][collapsed="true"] {
visibility: visible;
height: 1px;
border-bottom-width: 1px;
diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css
index 20e8c5eac..6d0d92015 100644
--- a/application/palemoon/themes/osx/browser.css
+++ b/application/palemoon/themes/osx/browser.css
@@ -1631,7 +1631,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
}
/* 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;
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;