From 7a0687e9956995809ba9b60d6fc1bc347032ce10 Mon Sep 17 00:00:00 2001 From: Matthew Lettini Date: Wed, 7 Dec 2011 13:01:51 -0500 Subject: [PATCH] css for down/up arrows --- chosen/chosen.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/chosen/chosen.css b/chosen/chosen.css index 5e128be..1ba30ab 100644 --- a/chosen/chosen.css +++ b/chosen/chosen.css @@ -276,6 +276,29 @@ .chzn-container-multi .chzn-drop .result-selected { display: none; } +.chzn-container .chzn-results-scroll { + background: white; + margin: 0px 4px; + position: absolute; + text-align: center; + width: 321px; /* This should by dynamic with js */ + z-index: 1; +} +.chzn-container .chzn-results-scroll span { + display: inline-block; + height: 17px; + text-indent: -5000px; + width: 9px; +} +.chzn-container .chzn-results-scroll-down { + bottom: 0; +} +.chzn-container .chzn-results-scroll-down span { + background: url('chosen-sprite.png') no-repeat -4px -3px; +} +.chzn-container .chzn-results-scroll-up span { + background: url('chosen-sprite.png') no-repeat -22px -3px; +} /* @end */ /* @group Active */