CSS: Remove border-radius on focussed input on login screen

This commit is contained in:
Florian Strohmaier 2016-05-23 11:16:27 +02:00 committed by Eric Lippmann
parent 1de446fa3d
commit de61e0c703
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@
.rounded-corners(3px);
background-color: @body-bg-color;
border: none;
border-radius: 0;
color: @icinga-blue;
padding-bottom: 3px;
}