css: do not outline forms with focus

This commit is contained in:
Thomas Gelf 2019-09-16 10:42:54 +02:00
parent 686f168ee3
commit 501f76c368
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ div.action-bar a:focus, .tabs a:focus {
}
}
form:focus {
outline: none;
}
div.action-bar a, div.action-bar form i {
color: @icinga-blue;
}