Firefox does not like color hex codes in inline-svg

This commit is contained in:
Johannes Zellner
2021-07-29 18:52:01 +02:00
parent d93793eb81
commit e3555236d4
+1 -1
View File
@@ -1878,7 +1878,7 @@ tag-input {
}
select.form-control {
background-image: url("data:image/svg+xml;utf8,<svg fill='#959595' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-image: url("data:image/svg+xml;utf8,<svg fill='lightgray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.navbar-default {