sync both themes with toolkit windows theme changes in Mozilla 55 cycle
[themes.git] / LCARStrek / global / passwordmgr.css
index 83bce93929fa693e430bf0747a1ab4924fc91e89..d07c8362070077e6842264e224e4985becfe26f6 100644 (file)
 }
 
 treechildren::-moz-tree-image(siteCol) {
-  list-style-image: url(chrome://mozapps/skin/places/defaultFavicon.png);
+  list-style-image: url(chrome://mozapps/skin/places/defaultFavicon.svg);
   width: 16px;
   height: 16px;
   margin-inline-end: 5px;
 }
-
-@media (min-resolution: 1.1dppx) {
-  treechildren::-moz-tree-image(siteCol) {
-    list-style-image: url(chrome://mozapps/skin/places/defaultFavicon@2x.png);
-  }
-}