From 40a78dcf8b9195f9ee2bbe130f184ce0217f0173 Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Mon, 28 Sep 2020 19:09:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D1=81=D1=8F=20=D0=BE=D1=82=20=D1=81=D1=82=D0=B8=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=BE=D0=BA=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B0=D0=B9=D1=84=D0=BE=D0=BD=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/global.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/global.css b/static/global.css index 5b45416..934c634 100644 --- a/static/global.css +++ b/static/global.css @@ -29,6 +29,12 @@ label { display: block; } +input { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + input, button, select, textarea { font-family: inherit; font-size: inherit;