From 40d411e516efee5531404725b45ab89d97172ce8 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Oct 2022 00:14:01 +0300 Subject: Initial SSR --- vnext/src/ui/Input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui/Input.css') diff --git a/vnext/src/ui/Input.css b/vnext/src/ui/Input.css index dbe55eae..6a1e659f 100644 --- a/vnext/src/ui/Input.css +++ b/vnext/src/ui/Input.css @@ -3,6 +3,6 @@ border: 1px solid #ccc; outline: none !important; padding: 4px; - -webkit-appearance: none; + appearance: none; border-radius: 0; } -- cgit v1.2.3