Traylayout: Make textarea monospace in web UI

This commit is contained in:
Florian Festi 2016-12-11 18:11:00 +01:00
parent 9a35ce5b15
commit 9fe60c27fb
1 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,10 @@ ul li:hover span {
}
textarea {
font-family: monospace;
}
input[type=range] {
-webkit-appearance: none;
margin: 10px 0;