diff options
author | Lootyhoof <lootyhoofer@gmail.com> | 2018-07-04 22:47:25 +0100 |
---|---|---|
committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-07-04 22:47:25 +0100 |
commit | 6d356ee9506efb3d833e97ece95c0ec47c839735 (patch) | |
tree | 94e2a088541deae4ecbbd6fc9eda0780e169e83e /application/palemoon/themes/windows | |
parent | 057bc2ddba93c1170aef58922c2a7beba04d0de2 (diff) | |
download | UXP-6d356ee9506efb3d833e97ece95c0ec47c839735.tar UXP-6d356ee9506efb3d833e97ece95c0ec47c839735.tar.gz UXP-6d356ee9506efb3d833e97ece95c0ec47c839735.tar.lz UXP-6d356ee9506efb3d833e97ece95c0ec47c839735.tar.xz UXP-6d356ee9506efb3d833e97ece95c0ec47c839735.zip |
Adjust popup ID for password manager
Diffstat (limited to 'application/palemoon/themes/windows')
-rw-r--r-- | application/palemoon/themes/windows/browser.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/application/palemoon/themes/windows/browser.css b/application/palemoon/themes/windows/browser.css index 5c044fdd4..1aefa428c 100644 --- a/application/palemoon/themes/windows/browser.css +++ b/application/palemoon/themes/windows/browser.css @@ -2401,8 +2401,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { list-style-image: url(chrome://global/skin/icons/question-64.png); } -.popup-notification-icon[popupid="password-save"], -.popup-notification-icon[popupid="password-change"] { +.popup-notification-icon[popupid="password"] { list-style-image: url(chrome://mozapps/skin/passwordmgr/key-64.png); } |