aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/passwordmgr.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/global/passwordmgr.css')
-rw-r--r--arc-firefox-theme/chrome/global/passwordmgr.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/global/passwordmgr.css b/arc-firefox-theme/chrome/global/passwordmgr.css
index b3c7b59..9cb48d1 100644
--- a/arc-firefox-theme/chrome/global/passwordmgr.css
+++ b/arc-firefox-theme/chrome/global/passwordmgr.css
@@ -11,3 +11,16 @@
.actionButtons {
margin: 0px 3px 6px 3px !important;
}
+
+treechildren::-moz-tree-image(siteCol) {
+ list-style-image: url(chrome://mozapps/skin/places/defaultFavicon.png);
+ width: 16px;
+ height: 16px;
+ -moz-margin-end: 5px;
+}
+
+@media (min-resolution: 1.1dppx) {
+ treechildren::-moz-tree-image(siteCol) {
+ list-style-image: url(chrome://mozapps/skin/places/defaultFavicon@2x.png);
+ }
+}