From c1a3cb30d5d9e28fe1c2ea307bc099d9e652f890 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Fri, 15 May 2020 17:15:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Qrcode.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 7d1bf32..97b1289 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -488,4 +488,13 @@ select:-moz-focusring { .twitter-picker:nth-last-child(1) input { font: 15px 'Futura', sans-serif !important; + caret-color: #44d7b6; + padding: 1px 1px 1px 8px; + outline: none; + overflow: visible; + -webkit-appearance: none; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -moz-appearance: none; + -moz-text-size-adjust: 100%; } \ No newline at end of file