Make sure all images come from the sprite.

abstract-chosen
Patrick Filler 2011-06-28 15:52:28 -04:00
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

View File

@ -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;
}