mirror of https://github.com/akveo/blur-admin
fix(mail): fix compose inputs
parent
5fa3b1e59c
commit
c2a9a1251f
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue