From fd8a9e9ddc903a88587fb6a2c02c4e9534454119 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 28 Oct 2015 14:12:14 +0100 Subject: [PATCH] CSS: Add smooth transition on input focus refs #5543 --- public/css/icinga/forms.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index 70e9ee9d0..99858ca64 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -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;