made input backgrounds transparent

This commit is contained in:
David Baldwynn 2016-04-21 18:27:54 -04:00
parent f354bd01fd
commit f08648c70e

View file

@ -21,10 +21,15 @@
bottom: 0;
}
.container.admin-form {
margin-top: 70px;
}
form input {
background-color: rgba(0,0,0,0);
}
section.content p.breakwords {
word-break: break-all;
}