Change hover color in address bar

This commit is contained in:
overdodactyl 2017-12-05 12:21:41 -07:00
parent 46e72eae72
commit e680d4ef15
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
/* Hover color */
.autocomplete-richlistitem:hover,
treechildren.searchbar-treebody::-moz-tree-row(hover) {
background-color: var(--primary-dark-color) !important;
background-color: var(--grey-70) !important;
}