Skip to content

Commit

Permalink
CSS: Add smooth transition on input focus
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 28, 2015
1 parent b215632 commit fd8a9e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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;
Expand Down

0 comments on commit fd8a9e9

Please sign in to comment.