commit 135175da474a6e65878511e48fb239f5071c7020 parent 9b76c9611836aa671b4a1f815d305b9d4344a32a Author: Lootyhoof <lootyhoofer@gmail.com> Date: Fri, 13 Jul 2018 23:16:47 +0100 Add new password popup styling Diffstat:
| M | src/chrome/browser/browser.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css @@ -1837,7 +1837,8 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { } .popup-notification-icon[popupid="password-save"], -.popup-notification-icon[popupid="password-change"] { +.popup-notification-icon[popupid="password-change"], +.popup-notification-icon[popupid="password"] { list-style-image: url(chrome://mozapps/skin/passwordmgr/key.svg#large); }