diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-04-16 19:09:53 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-04-16 19:09:53 +0300 |
commit | a4cc727dafa2ea17be23ca9ea2075072631de769 (patch) | |
tree | b4733745c64f0ce148bc9dc0f3c5339b61a48c30 /application/palemoon/themes/linux | |
parent | 9c2269b0005a3ef0b3be3668e6383c8a617ec8b0 (diff) | |
download | UXP-a4cc727dafa2ea17be23ca9ea2075072631de769.tar UXP-a4cc727dafa2ea17be23ca9ea2075072631de769.tar.gz UXP-a4cc727dafa2ea17be23ca9ea2075072631de769.tar.lz UXP-a4cc727dafa2ea17be23ca9ea2075072631de769.tar.xz UXP-a4cc727dafa2ea17be23ca9ea2075072631de769.zip |
Remove the Sync promotion in the add-on install doorhanger
Diffstat (limited to 'application/palemoon/themes/linux')
-rw-r--r-- | application/palemoon/themes/linux/browser.css | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/application/palemoon/themes/linux/browser.css b/application/palemoon/themes/linux/browser.css index a396ea5fd..334062613 100644 --- a/application/palemoon/themes/linux/browser.css +++ b/application/palemoon/themes/linux/browser.css @@ -1559,29 +1559,6 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- min-width: 27em; } -.panel-promo-box { - margin: 8px -10px -10px -10px; - padding: 8px 10px; - border-top: 1px solid ThreeDShadow; - background-image: linear-gradient(hsla(0,0%,0%,.15), hsla(0,0%,0%,.08) 6px); -} - -.panel-promo-icon { - list-style-image: url("chrome://browser/skin/sync-notification-24.png"); - -moz-margin-end: 10px; - vertical-align: middle; -} - -.panel-promo-closebutton { - margin-top: 0; - margin-bottom: 0; -} - -.panel-promo-closebutton > .toolbarbutton-text { - padding: 0; - margin: 0; -} - /* Content area */ #sidebar { background-color: Window; |