From 14053d2317eca643767ed259f500b339e22f2140 Mon Sep 17 00:00:00 2001 From: Alex Ehlke Date: Tue, 11 Dec 2012 16:33:05 -0500 Subject: [PATCH] no box-shadow for input --- css/jquery.tagit.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/jquery.tagit.css b/css/jquery.tagit.css index f68f94b3..1620ba5e 100644 --- a/css/jquery.tagit.css +++ b/css/jquery.tagit.css @@ -54,6 +54,10 @@ ul.tagit input[type="text"] { -webkit-box-sizing: border-box; box-sizing: border-box; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; + border: none; margin: 0; padding: 0;