From c679ab4882cd683b0b67a8afddfcc82e5e1b83ab Mon Sep 17 00:00:00 2001 From: Daniel Bayerlein Date: Sat, 24 Jun 2017 13:21:46 +0200 Subject: [PATCH] Casper 1.4.0 --- source/stylesheets/vendor/casper.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stylesheets/vendor/casper.css b/source/stylesheets/vendor/casper.css index 88fb487..d48a521 100644 --- a/source/stylesheets/vendor/casper.css +++ b/source/stylesheets/vendor/casper.css @@ -446,7 +446,7 @@ margin on the iframe, cause it breaks stuff. */ margin: 0; } -textarea, select, input { +textarea, select, input:not([type="radio"]):not([type="checkbox"]){ width: 260px; padding: 6px 9px; margin: 0 0 5px 0;