transparent input fields for new incidents

This commit is contained in:
Tealk 2021-03-18 18:01:32 +01:00
parent ec86fe224b
commit e5907f91bb
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
1 changed files with 7 additions and 1 deletions

View File

@ -182,7 +182,13 @@ a:focus {
opacity: 1;
}
.card-body textarea {
article.card input {
background: transparent;
border: none;
border-bottom: 1px white outset;
}
article.card textarea {
width: 100%;
background: transparent;
border: none;