From 05e437f8fd29d078af4148f3b2debcb789d8bfac Mon Sep 17 00:00:00 2001 From: Nicholas Smith Date: Fri, 18 Oct 2019 11:26:13 -0500 Subject: Remove arrows on numeric inputs (#8516) * Nothing needs the arrows for input, especially 2FA * Moved into LESS --- public/less/_form.less | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/less/_form.less') diff --git a/public/less/_form.less b/public/less/_form.less index c1a4f80c10..2f37666fb6 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -140,6 +140,16 @@ width: 100% !important; } } + + input[type=number] { + -moz-appearance: textfield; + } + + input::-webkit-outer-spin-button, + input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + } } } -- cgit v1.2.3