From 3c08e4ba80448728150bd5394af9bb352923070f Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 27 Jan 2017 23:12:57 +0100 Subject: [PATCH] css: no appearance:none for checkbox on chrome fixes #99 --- public/css/module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/module.less b/public/css/module.less index 4245abd..26dcfc9 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -790,7 +790,7 @@ form p.description { width: 100%; } -input, select, select option, textarea { +input[type=text], input[type=button], select, select option, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none;