add icons to urlbar dropdown

This commit is contained in:
bmFtZQ 2021-04-02 02:59:19 +08:00 committed by GitHub
parent 657e53c2b9
commit 5a5c8dc256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@
list-style-image: url(menu-right.svg) !important; list-style-image: url(menu-right.svg) !important;
} }
#appMenu-customize-button { #appMenu-customize-button, #overflowMenu-customize-button {
list-style-image: url(brush.svg) !important; list-style-image: url(brush.svg) !important;
} }
@ -396,3 +396,20 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
-moz-context-properties: fill, fill-opacity !important; -moz-context-properties: fill, fill-opacity !important;
fill: currentColor !important; fill: currentColor !important;
} }
.urlbarView-favicon[src*="history.svg"], .urlbarView-favicon[src*="search-glass.svg"]
{
padding-left: 16px !important;
box-sizing: border-box !important;
}
.urlbarView-favicon[src*="history.svg"]
{
background-image: url(history.svg) !important;
}
.urlbarView-favicon[src*="search-glass.svg"]
{
background-image: url(search.svg) !important;
}