mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-04-03 10:08:55 -04:00
transparent input fields for new incidents
This commit is contained in:
parent
ec86fe224b
commit
e5907f91bb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user