Make sure all images come from the sprite.
This commit is contained in:
parent
8869568150
commit
3d1a885257
3 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 258 B |
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
|
@ -201,13 +201,13 @@ div.chzn-container ul.chzn-choices li.search-choice a.search-choice-close {
|
|||
width: 8px;
|
||||
height: 9px;
|
||||
font-size: 1px;
|
||||
background: url(chosen-close.png) no-repeat;
|
||||
background: url(chosen-sprite.png) right top no-repeat;
|
||||
}
|
||||
div.chzn-container ul.chzn-choices li.search-choice a.search-choice-close:hover {
|
||||
background-position: 0 -9px;
|
||||
background-position: right -9px;
|
||||
}
|
||||
div.chzn-container ul.chzn-choices li.search-choice.search-choice-focus a.search-choice-close {
|
||||
background-position: 0 -9px;
|
||||
background-position: right -9px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue