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