transparent input fields for new incidents

This commit is contained in:
Tealk
2021-03-18 18:01:32 +01:00
parent ec86fe224b
commit e5907f91bb
+7 -1
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;