CSS: Remove border-radius on focussed input on login screen
This commit is contained in:
parent
1de446fa3d
commit
de61e0c703
|
@ -55,6 +55,7 @@
|
|||
.rounded-corners(3px);
|
||||
background-color: @body-bg-color;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
color: @icinga-blue;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue