Background in inputs set to white

This commit is contained in:
Marcin Kurczewski 2014-04-27 16:01:30 +02:00
parent da1f5d8ab2
commit a312f02fdc

View file

@ -302,6 +302,7 @@ ul.tagit,
select,
textarea,
input:not([type=radio]):not([type=checkbox]):not([type=file]) {
background: white;
width: 100%;
max-width: 100%;
border: 1px solid #ccc;