fix(mail): fix compose inputs

pull/3/head
alex 2016-02-18 12:59:06 +03:00
parent 5fa3b1e59c
commit c2a9a1251f
1 changed files with 4 additions and 4 deletions

View File

@ -644,10 +644,10 @@
} }
.compose-input { .modal-compose input.form-control.compose-input {
border-left: 0; background-color: transparent;
border-right: 0; border-bottom: 1px solid rgba(0,0,0,.2);
border-top: 0; border-radius: 0;
} }
.compose-footer { .compose-footer {