diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-03-01 12:21:40 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-03-01 12:21:40 -0500 |
commit | 17e72c824ed54ced83a2943237340f8d1b7b1824 (patch) | |
tree | 5fb75140efde1678e4c97c3c0ac27ea49b0c19f0 /application/palemoon/themes/windows/browser.css | |
parent | b6c2d5f6ae5dfbbafe7c5488942fe775bc617aaa (diff) | |
download | UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.tar UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.tar.gz UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.tar.lz UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.tar.xz UXP-17e72c824ed54ced83a2943237340f8d1b7b1824.zip |
Sync Pale Moon code
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 9fdd67b55..7c837764d 100644 --- a/application/palemoon/themes/windows/browser.css +++ b/application/palemoon/themes/windows/browser.css @@ -1887,7 +1887,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- /* Hide the transparent top border by default */ margin-top: -1px; /* Reduce the gap between the tabs */ - -moz-margin-start: -0.8px; + -moz-margin-start: -1px; box-shadow: var(--tab-box-shadow); } |