Skip to content

Commit

Permalink
make the input bg inherit the widget bg, now that we've moved to jQue…
Browse files Browse the repository at this point in the history
…ry UI theming
  • Loading branch information
aehlke committed May 31, 2011
1 parent 8fb7129 commit 08221fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/jquery.tagit.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ul.tagit input[type="text"] {
padding: 0;
width: inherit;
border-color: #C6C6C6;
background-color: #FFFFFF;
background-color: inherit;
color: #333333;
outline: none;
}
Expand Down

0 comments on commit 08221fd

Please sign in to comment.