diff options
| author | Lootyhoof <lootyhoofer@gmail.com> | 2018-07-13 23:16:47 +0100 |
|---|---|---|
| committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-07-13 23:16:47 +0100 |
| commit | 135175da474a6e65878511e48fb239f5071c7020 (patch) | |
| tree | f87c9f8ec7e24c26a24bae336e11ca0bc25a189f /src/chrome/browser/browser.css | |
| parent | 9b76c9611836aa671b4a1f815d305b9d4344a32a (diff) | |
Add new password popup styling
Diffstat (limited to 'src/chrome/browser/browser.css')
| -rw-r--r-- | src/chrome/browser/browser.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css index 9f34b4b..7f8286b 100644 --- a/src/chrome/browser/browser.css +++ b/src/chrome/browser/browser.css | |||
| @@ -1837,7 +1837,8 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { | |||
| 1837 | } | 1837 | } |
| 1838 | 1838 | ||
| 1839 | .popup-notification-icon[popupid="password-save"], | 1839 | .popup-notification-icon[popupid="password-save"], |
| 1840 | .popup-notification-icon[popupid="password-change"] { | 1840 | .popup-notification-icon[popupid="password-change"], |
| 1841 | .popup-notification-icon[popupid="password"] { | ||
| 1841 | list-style-image: url(chrome://mozapps/skin/passwordmgr/key.svg#large); | 1842 | list-style-image: url(chrome://mozapps/skin/passwordmgr/key.svg#large); |
| 1842 | } | 1843 | } |
| 1843 | 1844 | ||
