Background in inputs set to white
This commit is contained in:
parent
da1f5d8ab2
commit
a312f02fdc
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ ul.tagit,
|
||||||
select,
|
select,
|
||||||
textarea,
|
textarea,
|
||||||
input:not([type=radio]):not([type=checkbox]):not([type=file]) {
|
input:not([type=radio]):not([type=checkbox]):not([type=file]) {
|
||||||
|
background: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
|
Loading…
Reference in a new issue