Revert broken background due to #249

This commit is contained in:
the-djmaze 2022-03-01 10:02:14 +01:00
parent 2e8497dc01
commit fc60dc94fc

View file

@ -160,7 +160,7 @@ input, textarea, .select, select, .emailaddresses {
color: #fff;
}
.select, select {
background-image: url("data:image/svg+xml,<svg xmlns='http:/*www.w3.org/2000/svg' height='10px' width='15px'><text x='0' y='10' fill='rgb(255,255,255)'>▾</text></svg>"); */
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='10px' width='15px'><text x='0' y='10' fill='rgb(255,255,255)'>▾</text></svg>");
}
hr {