Show error message if subdomain was entered in setupdns view

This commit is contained in:
Johannes Zellner
2017-02-16 19:34:34 +01:00
parent 68a8155f49
commit 9aba90a6f7
3 changed files with 21 additions and 8 deletions

View File

@@ -637,6 +637,11 @@ h1, h2, h3 {
.has-error,
.text-danger {
color: $brand-danger;
a {
text-decoration: underline;
color: $brand-danger;
}
}
footer {