mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
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);
|
.rounded-corners(3px);
|
||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
border: none;
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
color: @icinga-blue;
|
color: @icinga-blue;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user