From c6b3754ec4086fe964e8e2c75f029654d2b78994 Mon Sep 17 00:00:00 2001 From: Dan Eden Date: Thu, 24 Nov 2011 16:42:58 +0000 Subject: [PATCH] Lowering specificity seems to work here. Weird. --- lib/toast.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/toast.css b/lib/toast.css index 8ec797e..957f14d 100644 --- a/lib/toast.css +++ b/lib/toast.css @@ -640,7 +640,7 @@ form input, form textarea { outline: 0; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; } -form input[type="checbox"] { +input[type="checbox"] { -webkit-appearance: checkbox; } form textarea {