Skip to content

Commit

Permalink
Fix favicon sizes in password manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Jul 29, 2018
1 parent 2e8f303 commit 6fb0f9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/chrome/global/passwordmgr.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@
.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;
}

0 comments on commit 6fb0f9a

Please sign in to comment.