CSS: Fix input active styles

This commit is contained in:
Florian Strohmaier 2017-11-20 18:18:37 +01:00
parent ec5398e4a0
commit f3d430cd4b

View File

@ -171,10 +171,10 @@
line-height: 2.167em; line-height: 2.167em;
padding-left: @icon-width + 0.5em; padding-left: @icon-width + 0.5em;
width: 100%; width: 100%;
color: @text-color-inverted;
&.active { &.active {
background-color: @body-bg-color; background-color: @deep-black;
border-color: @icinga-blue;
} }
} }