diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-19 09:14:44 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-19 09:14:44 +0200 |
commit | 11cf9b22e90196b8af2e314ddc744ea15fca57a9 (patch) | |
tree | 1a2a26b9a8b0db43ce4a6a503d6907a3f2877a69 /application/palemoon/base/content/browser.css | |
parent | 3ab2a0b7be7abc96dd8fff435f28d85545bc71c0 (diff) | |
download | UXP-11cf9b22e90196b8af2e314ddc744ea15fca57a9.tar UXP-11cf9b22e90196b8af2e314ddc744ea15fca57a9.tar.gz UXP-11cf9b22e90196b8af2e314ddc744ea15fca57a9.tar.lz UXP-11cf9b22e90196b8af2e314ddc744ea15fca57a9.tar.xz UXP-11cf9b22e90196b8af2e314ddc744ea15fca57a9.zip |
[PALEMOON] [frontend vs backend] Follow up - ".toolbarbutton-badge-container" was renamed to ".toolbarbutton-badge-stack"
Issue #202
Diffstat (limited to 'application/palemoon/base/content/browser.css')
-rw-r--r-- | application/palemoon/base/content/browser.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/browser.css b/application/palemoon/base/content/browser.css index 91ae9aa18..658655970 100644 --- a/application/palemoon/base/content/browser.css +++ b/application/palemoon/base/content/browser.css @@ -750,7 +750,7 @@ toolbarbutton[type="badged"] { } /* Strict icon size for PMkit 'ui/button' */ -toolbarbutton[pmkit-button="true"] > .toolbarbutton-badge-container > .toolbarbutton-icon { +toolbarbutton[pmkit-button="true"] > .toolbarbutton-badge-stack > .toolbarbutton-icon { width: 16px; height: 16px; } |