Skip to content

Commit

Permalink
no box-shadow for input
Browse files Browse the repository at this point in the history
  • Loading branch information
aehlke committed Dec 11, 2012
1 parent 434e1c1 commit 14053d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/jquery.tagit.css
Expand Up @@ -54,6 +54,10 @@ ul.tagit input[type="text"] {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;


-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;

border: none; border: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
Expand Down

0 comments on commit 14053d2

Please sign in to comment.