fx-compat: Fix missing icon in tag selector #2679 (#2694)

This commit is contained in:
Tom Najdek 2022-07-08 10:01:24 +02:00 committed by GitHub
parent ab6b683d90
commit ea67ccc81a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,9 @@
}
.search .search-cancel-button {
background-image: url(chrome://global/skin/icons/searchfield-cancel.svg);
background-image: url(resource://gre-resources/searchfield-cancel.svg);
width: 14px;
height: 14px;
top: 6px;
top: 10px;
right: 8px;
}