diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-16 12:27:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 12:27:33 -0400 |
commit | 4ee09e622b3cf099cf9b4cf34e8c4dfe9a006939 (patch) | |
tree | 01eb54b12e30b19ce1901e90f510078644124c83 /application/palemoon/themes/windows/browser.css | |
parent | 9c2269b0005a3ef0b3be3668e6383c8a617ec8b0 (diff) | |
parent | 8fe7bfe0653d1578267499e56d562a8f5e54ee8d (diff) | |
download | UXP-4ee09e622b3cf099cf9b4cf34e8c4dfe9a006939.tar UXP-4ee09e622b3cf099cf9b4cf34e8c4dfe9a006939.tar.gz UXP-4ee09e622b3cf099cf9b4cf34e8c4dfe9a006939.tar.lz UXP-4ee09e622b3cf099cf9b4cf34e8c4dfe9a006939.tar.xz UXP-4ee09e622b3cf099cf9b4cf34e8c4dfe9a006939.zip |
Merge pull request #194 from JustOff/PR_remove_sync_promobox
Remove the Sync promotion in the add-on install doorhanger
Diffstat (limited to 'application/palemoon/themes/windows/browser.css')
-rw-r--r-- | application/palemoon/themes/windows/browser.css | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/application/palemoon/themes/windows/browser.css b/application/palemoon/themes/windows/browser.css index 3e8c63af4..a64955f0f 100644 --- a/application/palemoon/themes/windows/browser.css +++ b/application/palemoon/themes/windows/browser.css @@ -1778,42 +1778,6 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- min-width: 27em; } -.panel-promo-box { - margin: 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); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -@media (-moz-windows-default-theme) { - .panel-promo-box { - border-top-style: none; - background: #f1f5fb; - color: GrayText; - box-shadow: 0px 1px 2px rgb(204,214,234) inset; - } -} - -.panel-promo-icon { - list-style-image: url("chrome://browser/skin/sync-notification-24.png"); - -moz-margin-end: 10px; - vertical-align: middle; -} - -.panel-promo-closebutton { - -moz-appearance: none; - border: none; - -moz-margin-end: -10px; - margin-top: -5px; -} - -.panel-promo-closebutton > .toolbarbutton-text { - padding: 0; - margin: 0; -} - /* ::::: content area ::::: */ #sidebar { |