Skip to content

Commit

Permalink
Let input.search inherit color for its placeholder
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent e005e0b commit 72f6817
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/css/icinga/forms.less
Expand Up @@ -25,19 +25,19 @@ input.search {
}

&::-webkit-input-placeholder {
color: @text-color;
color: inherit;
}

&:-moz-placeholder {
color: @text-color;
color: inherit;
}

&::-moz-placeholder {
color: @text-color;
color: inherit;
}

&:-ms-input-placeholder {
color: @text-color;
color: inherit;
}
}

Expand Down

0 comments on commit 72f6817

Please sign in to comment.