CSS: Color the search icon when focused
This commit is contained in:
parent
ff500f4a0f
commit
93428f682e
|
@ -38,12 +38,13 @@ input[placeholder] {
|
|||
}
|
||||
|
||||
input.search {
|
||||
padding-left: 20px;
|
||||
background: transparent url('../img/icons/search.png') no-repeat 2px;
|
||||
background-size: 12px 12px;
|
||||
padding-left: 20px;
|
||||
|
||||
&:focus {
|
||||
background-color: @body-bg-color;
|
||||
background-image: url('../img/icons/search_icinga_blue.png') !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue