blue chosen

abstract-chosen
Matthew Lettini 2011-06-28 13:30:04 -04:00
parent f1513180d0
commit 8869568150
2 changed files with 37 additions and 36 deletions

View File

@ -30,7 +30,7 @@ div.chzn-container textarea:focus {
div.chzn-container div.chzn-drop { div.chzn-container div.chzn-drop {
background: #FFF; background: #FFF;
border: 1px solid #BBB; border: 1px solid #aaa;
border-width: 0 1px 1px; border-width: 0 1px 1px;
left: 0; left: 0;
position: absolute; position: absolute;
@ -55,7 +55,7 @@ div.chzn-container a.chzn-single {
background: #FFF; background: #FFF;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white)); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%); background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
border: 1px solid #BBB; border: 1px solid #aaa;
display: block; display: block;
overflow: hidden; overflow: hidden;
-moz-border-radius: 4px; -moz-border-radius: 4px;
@ -92,10 +92,10 @@ div.chzn-container a.chzn-single div {
-ms-border-bottom-right-radius: 4px; -ms-border-bottom-right-radius: 4px;
-khtml-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
background: #dddddd; background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(0.5, #fafafa)); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 50%); background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
border-left: 1px solid #BBB; border-left: 1px solid #aaa;
display: block; display: block;
height: 100%; height: 100%;
position: absolute; position: absolute;
@ -110,7 +110,7 @@ div.chzn-container a.chzn-single div b {
height: 100%; height: 100%;
} }
div.chzn-container div.chzn-search { div.chzn-container div.chzn-search {
padding: 4px; padding: 3px 4px;
margin: 0px; margin: 0px;
white-space: nowrap; white-space: nowrap;
} }
@ -136,7 +136,7 @@ div.chzn-container ul.chzn-choices {
background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%); background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
margin: 0; margin: 0;
cursor: text; cursor: text;
border: 1px solid #bbb; border: 1px solid #aaa;
overflow: hidden; overflow: hidden;
height: auto !important; height: auto !important;
height: 1%; height: 1%;
@ -177,14 +177,13 @@ div.chzn-container ul.chzn-choices li.search-choice {
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
background: #dddddd; background: #e4e4e4;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(0.7, #eeeeee)); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
background-image: -moz-linear-gradient(center bottom, #dddddd 0%, #eeeeee 70%); background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
color: #333; color: #333;
border: 1px solid #bbb; border: 1px solid #b4b4b4;
font-weight: bold;
line-height: 13px; line-height: 13px;
padding: 3px 20px 3px 6px; padding: 3px 19px 3px 6px;
position: relative; position: relative;
margin: 3px 0px 3px 5px; margin: 3px 0px 3px 5px;
} }
@ -207,13 +206,16 @@ div.chzn-container ul.chzn-choices li.search-choice a.search-choice-close {
div.chzn-container ul.chzn-choices li.search-choice a.search-choice-close:hover { div.chzn-container ul.chzn-choices li.search-choice a.search-choice-close:hover {
background-position: 0 -9px; background-position: 0 -9px;
} }
div.chzn-container ul.chzn-choices li.search-choice.search-choice-focus a.search-choice-close {
background-position: 0 -9px;
}
/* Results */ /* Results */
div.chzn-container ul.chzn-results { div.chzn-container ul.chzn-results {
margin: 0 4px 4px 0; margin: 0 4px 4px 0;
max-height: 196px; max-height: 190px;
padding: 0 3px 0 4px; padding: 0 0 0 4px;
position: relative; position: relative;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
@ -228,9 +230,8 @@ div.chzn-container-multi ul.chzn-results li {
border-right: 0px !important; border-right: 0px !important;
} }
div.chzn-container ul.chzn-results li { div.chzn-container ul.chzn-results li {
border: 1px solid #ffffff;
line-height: 80%; line-height: 80%;
padding: 7px 7px; padding: 7px 7px 8px;
z-index: 22; z-index: 22;
margin: 0; margin: 0;
list-style-type: none; list-style-type: none;
@ -239,15 +240,15 @@ div.chzn-container ul.chzn-results li.active-result {
cursor: pointer; cursor: pointer;
} }
div.chzn-container ul.chzn-results li em { div.chzn-container ul.chzn-results li em {
font-weight: bold;
font-style: normal; font-style: normal;
background: #FEFFDC; background: #FEFFDC;
} }
div.chzn-container ul.chzn-results li.highlighted { div.chzn-container ul.chzn-results li.highlighted {
background: #dddddd; background: #3875d7;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(0.7, #eeeeee)); color: #fff;
background-image: -moz-linear-gradient(center bottom, #dddddd 0%, #eeeeee 70%); }
border: 1px solid #bbbbbb; div.chzn-container ul.chzn-results li.highlighted em {
background: transparent;
} }
div.chzn-container ul.chzn-results li.no-results { div.chzn-container ul.chzn-results li.no-results {
background: #F4F4F4; background: #F4F4F4;
@ -269,13 +270,13 @@ div.chzn-container-multi div.chzn-drop li.result-selected {
/* Active */ /* Active */
div.chzn-container-active a.chzn-single { div.chzn-container-active a.chzn-single {
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px rgba(0,0,0,0.3); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
border: 1px solid #999; border: 1px solid #5897fb;
} }
div.chzn-container-active a.chzn-single-with-drop { div.chzn-container-active a.chzn-single-with-drop {
border: 1px solid #BBB; border: 1px solid #aaa;
border-width: 1px 1px 1px; border-width: 1px 1px 1px;
-moz-box-shadow: 0px 1px 0px #FFF inset; -moz-box-shadow: 0px 1px 0px #FFF inset;
-webkit-box-shadow: 0px 1px 0px #FFF inset; -webkit-box-shadow: 0px 1px 0px #FFF inset;
@ -299,10 +300,10 @@ div.chzn-container-active a.chzn-single-with-drop div b {
} }
div.chzn-container-active ul.chzn-choices { div.chzn-container-active ul.chzn-choices {
z-index: 21; z-index: 21;
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px rgba(0,0,0,0.3); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
border: 1px solid #999; border: 1px solid #5897fb;
} }
div.chzn-container-active ul.chzn-choices input { div.chzn-container-active ul.chzn-choices input {
color: #111 !important; color: #111 !important;

View File

@ -57,7 +57,7 @@
<div class="side-by-side clearfix"> <div class="side-by-side clearfix">
<div> <div>
<em>Turns This</em> <em>Turns This</em>
<select title="Choose a Country" style="width:350px;" tabindex="1"> <select title="Choose a Country..." style="width:350px;" tabindex="1">
<option value="United States">United States</option> <option value="United States">United States</option>
<option value="United Kingdom">United Kingdom</option> <option value="United Kingdom">United Kingdom</option>
<option value="Afghanistan">Afghanistan</option> <option value="Afghanistan">Afghanistan</option>
@ -303,7 +303,7 @@
</div> </div>
<div> <div>
<em>Into This</em> <em>Into This</em>
<select title="Choose a Country" class="chzn-select" style="width:350px;" tabindex="2" id="single_example"> <select title="Choose a Country..." class="chzn-select" style="width:350px;" tabindex="2" id="single_example">
<option value=""></option> <option value=""></option>
<option value="United States">United States</option> <option value="United States">United States</option>
<option value="United Kingdom">United Kingdom</option> <option value="United Kingdom">United Kingdom</option>
@ -554,7 +554,7 @@
<div class="side-by-side clearfix"> <div class="side-by-side clearfix">
<div> <div>
<em>Turns This</em> <em>Turns This</em>
<select title="Choose a Country" style="width:350px;" multiple tabindex="3"> <select title="Choose a Country..." style="width:350px;" multiple tabindex="3">
<option value="United States">United States</option> <option value="United States">United States</option>
<option value="United Kingdom">United Kingdom</option> <option value="United Kingdom">United Kingdom</option>
<option value="Afghanistan">Afghanistan</option> <option value="Afghanistan">Afghanistan</option>
@ -800,7 +800,7 @@
</div> </div>
<div> <div>
<em>Into This</em> <em>Into This</em>
<select title="Choose a Country" class="chzn-select" multiple style="width:350px;" tabindex="4" id="multi_example"> <select title="Choose a Country..." class="chzn-select" multiple style="width:350px;" tabindex="4" id="multi_example">
<option value=""></option> <option value=""></option>
<option value="United States">United States</option> <option value="United States">United States</option>
<option value="United Kingdom">United Kingdom</option> <option value="United Kingdom">United Kingdom</option>