Add style input-no-border

This commit is contained in:
PCoder 2018-10-05 08:57:20 +02:00
parent 1100d61b5d
commit 8758cd1cd8

View file

@ -180,3 +180,9 @@ footer .dcl-link-separator::before {
margin-top: 5px;
margin-bottom: 5px;
}
.input-no-border {
border: none !important;
background: transparent !important;
resize: none;
}