mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
CSS: Change the menu's search placeholder's color only when focussed
This commit is contained in:
parent
e532717226
commit
425c6da47f
@ -228,19 +228,19 @@ input[type=text].search-input {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.search-input:-moz-placeholder { // FF 18-
|
||||
.search-input:focus:-moz-placeholder { // FF 18-
|
||||
color: @gray-light;
|
||||
}
|
||||
|
||||
.search-input::-moz-placeholder { // FF 19+
|
||||
.search-input:focus::-moz-placeholder { // FF 19+
|
||||
color: @gray-light;
|
||||
}
|
||||
|
||||
.search-input:-ms-input-placeholder {
|
||||
.search-input:focus:-ms-input-placeholder {
|
||||
color: @gray-light;
|
||||
}
|
||||
|
||||
.search-input::-webkit-input-placeholder {
|
||||
.search-input:focus::-webkit-input-placeholder {
|
||||
color: @gray-light;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user