CSS: Set proper focus styles for inputs in login view

This commit is contained in:
Florian Strohmaier 2017-11-16 12:02:45 +01:00 committed by Eric Lippmann
parent 07a8a1f234
commit 61ce6fcc1d
1 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,11 @@
}
}
input:focus,
input[type="submit"]:focus {
outline: 3px solid fade(@icinga-blue, 50%);
}
.form-controls {
margin-bottom: 2em;
margin-top: 2em;