Traylayout: Make textarea monospace in web UI
This commit is contained in:
parent
9a35ce5b15
commit
9fe60c27fb
|
@ -170,6 +170,10 @@ ul li:hover span {
|
|||
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
input[type=range] {
|
||||
-webkit-appearance: none;
|
||||
margin: 10px 0;
|
||||
|
|
Loading…
Reference in New Issue