Change hover color in address bar
This commit is contained in:
parent
46e72eae72
commit
e680d4ef15
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue