summaryrefslogtreecommitdiff
path: root/src/chrome/browser/browser.css
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2018-07-13 23:16:47 +0100
committerLootyhoof <lootyhoofer@gmail.com>2018-07-13 23:16:47 +0100
commit135175da474a6e65878511e48fb239f5071c7020 (patch)
treef87c9f8ec7e24c26a24bae336e11ca0bc25a189f /src/chrome/browser/browser.css
parent9b76c9611836aa671b4a1f815d305b9d4344a32a (diff)
Add new password popup styling
Diffstat (limited to 'src/chrome/browser/browser.css')
-rw-r--r--src/chrome/browser/browser.css3
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