summaryrefslogtreecommitdiffstats
path: root/application/palemoon
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@wolfbeast.com>2019-04-03 17:30:27 +0200
committerGitHub <noreply@github.com>2019-04-03 17:30:27 +0200
commit352121c2a31c70cb1aa3effda88138ec94291464 (patch)
tree57e9787daa059d5e7ce7b1cbd0bb5d501b8aab77 /application/palemoon
parentff2f287f82630ab3887d7d5c1e64e5b888ea0beb (diff)
parent520f996015e9ca1d0a6b8618541885e22f52ceaf (diff)
downloadUXP-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')
-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;