mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
CSS: Remove border-radius on focussed input on login screen
This commit is contained in:
parent
1de446fa3d
commit
de61e0c703
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue