diff options
author | Vitaly Takmazov | 2022-10-28 00:14:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 40d411e516efee5531404725b45ab89d97172ce8 (patch) | |
tree | d675e93fc52ef50a40343219e1b992867964d3bf /vnext/src/ui/Input.css | |
parent | 2146a98bd98b7e275a0ee7bc7a243981b597f34c (diff) |
Initial SSR
Diffstat (limited to 'vnext/src/ui/Input.css')
-rw-r--r-- | vnext/src/ui/Input.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |