add icons to urlbar dropdown
This commit is contained in:
parent
657e53c2b9
commit
5a5c8dc256
1 changed files with 18 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
list-style-image: url(menu-right.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-customize-button {
|
||||
#appMenu-customize-button, #overflowMenu-customize-button {
|
||||
list-style-image: url(brush.svg) !important;
|
||||
}
|
||||
|
||||
|
@ -396,3 +396,20 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
|||
-moz-context-properties: fill, fill-opacity !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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue