mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user