From e9150700c2b413a4ba72f2bfe0fc38008bd9ab28 Mon Sep 17 00:00:00 2001 From: fazilmmmdzad Date: Tue, 9 Jun 2026 23:07:47 +0400 Subject: [PATCH] Fix broken SVG in custom-select background --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1f6f9d4a..d116bdeb 100644 --- a/index.html +++ b/index.html @@ -135,8 +135,8 @@ line-height: 1.25; color: #464a4c; vertical-align: middle; - background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…'0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center; - -webkit-background-size: 8px 10px; + background: #fff url("data:image/svg+xml,%3Csvg ... %3C/svg%3E") no-repeat right .75rem center; + -webkit-background-size: 8px 10px; background-size: 8px 10px; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;