Warn when server quick fix will remove track name chars (#194, #202)

This commit is contained in:
Norbert Renner 2019-06-26 21:34:41 +02:00
parent 785abe5b99
commit fc598fae2e
4 changed files with 68 additions and 1 deletions

View file

@ -119,6 +119,20 @@ footer {
margin-bottom: 0;
}
input#trackname:invalid,
input#trackname:focus:invalid {
border-color: orange;
}
:not(output):-moz-ui-invalid:not(:focus),
:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
box-shadow: none;
}
.validation-warning {
color: orange;
font-size: small;
}
/*
* elevation diagram
*/