CSS: Add smooth transition on input focus

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-28 14:12:14 +01:00
parent b215632a17
commit fd8a9e9ddc
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
input {
.transition(border 0.3s ease);
border: none;
border-bottom: 1px solid @gray-light;
color: inherit;