Skip to content

Commit

Permalink
update to upstream commit 2e09d333f3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsechingho committed Aug 20, 2012
1 parent 1e12287 commit d7f85c1
Showing 1 changed file with 19 additions and 31 deletions.
50 changes: 19 additions & 31 deletions vendor/assets/stylesheets/chosen.css.sass
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
left: 0 left: 0
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15) -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15) -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
-o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15) box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
z-index: 1010 z-index: 1010


Expand All @@ -27,12 +26,11 @@
.chzn-single .chzn-single
background-color: #ffffff background-color: #ffffff
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ) filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 )
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4)) background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4))
background-image: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) background-image: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%)
background-image: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) background-image: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%)
background-image: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) background-image: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%)
background-image: -ms-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) background-image: linear-gradient(white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%)
background-image: linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%)
-webkit-border-radius: 5px -webkit-border-radius: 5px
-moz-border-radius: 5px -moz-border-radius: 5px
border-radius: 5px border-radius: 5px
Expand Down Expand Up @@ -74,7 +72,7 @@
background: image-url('chosen-sprite.png') right top no-repeat background: image-url('chosen-sprite.png') right top no-repeat
&:hover &:hover
background-position: right -11px background-position: right -11px
&.chzn-disabled abbr:hover &.chzn-disabled .chzn-single abbr:hover
background-position: right top background-position: right top
.chzn-single div .chzn-single div
position: absolute position: absolute
Expand All @@ -96,12 +94,11 @@
z-index: 1010 z-index: 1010
input input
background: white image-url('chosen-sprite.png') no-repeat 100% -22px background: white image-url('chosen-sprite.png') no-repeat 100% -22px
background: image-url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white)) background: image-url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white))
background: image-url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%) background: image-url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%)
background: image-url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%) background: image-url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%)
background: image-url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%) background: image-url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%)
background: image-url('chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, white 15%) background: image-url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(#eeeeee 1%, white 15%)
background: image-url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, white 15%)
margin: 1px 0 margin: 1px 0
padding: 4px 20px 4px 5px padding: 4px 20px 4px 5px
outline: 0 outline: 0
Expand All @@ -118,20 +115,19 @@


/* @end /* @end
.chzn-container-single-nosearch input .chzn-container-single-nosearch .chzn-search input
position: absolute position: absolute
left: -9000px left: -9000px


/* @group Multi Chosen /* @group Multi Chosen
.chzn-container-multi .chzn-choices .chzn-container-multi .chzn-choices
background-color: #fff background-color: #fff
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white)) background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white))
background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%) background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%)
background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%) background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%)
background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%) background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%)
background-image: -ms-linear-gradient(top, #eeeeee 1%, white 15%) background-image: linear-gradient(#eeeeee 1%, white 15%)
background-image: linear-gradient(top, #eeeeee 1%, white 15%)
border: 1px solid #aaa border: 1px solid #aaa
margin: 0 margin: 0
padding: 0 padding: 0
Expand Down Expand Up @@ -159,7 +155,6 @@
outline: 0 outline: 0
-webkit-box-shadow: none -webkit-box-shadow: none
-moz-box-shadow: none -moz-box-shadow: none
-o-box-shadow: none
box-shadow: none box-shadow: none
.default .default
color: #999 color: #999
Expand All @@ -172,12 +167,11 @@
background-clip: padding-box background-clip: padding-box
background-color: #e4e4e4 background-color: #e4e4e4
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ) filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 )
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)) background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee))
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%)
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%)
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%)
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%)
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%)
-webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05) -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05)
-moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05) -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05)
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05) box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05)
Expand Down Expand Up @@ -234,12 +228,11 @@
.highlighted .highlighted
background-color: #3875d7 background-color: #3875d7
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 ) filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 )
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)) background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc))
background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%) background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%)
background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%) background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%)
background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%) background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%)
background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%) background-image: linear-gradient(#3875d7 20%, #2a62bc 90%)
background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%)
color: #fff color: #fff
li em li em
background: #feffde background: #feffde
Expand All @@ -256,7 +249,7 @@
.group-option .group-option
padding-left: 15px padding-left: 15px


.chzn-container-multi .result-selected .chzn-container-multi .chzn-drop .result-selected
display: none display: none


.chzn-container .chzn-container
Expand Down Expand Up @@ -288,23 +281,20 @@
.chzn-single .chzn-single
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
border: 1px solid #5897fb border: 1px solid #5897fb
.chzn-single-with-drop .chzn-single-with-drop
border: 1px solid #aaa border: 1px solid #aaa
-webkit-box-shadow: 0 1px 0 #fff inset -webkit-box-shadow: 0 1px 0 #fff inset
-moz-box-shadow: 0 1px 0 #fff inset -moz-box-shadow: 0 1px 0 #fff inset
-o-box-shadow: 0 1px 0 #fff inset
box-shadow: 0 1px 0 #fff inset box-shadow: 0 1px 0 #fff inset
background-color: #eee background-color: #eee
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ) filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 )
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, white)) background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, white))
background-image: -webkit-linear-gradient(top, #eeeeee 20%, white 80%) background-image: -webkit-linear-gradient(top, #eeeeee 20%, white 80%)
background-image: -moz-linear-gradient(top, #eeeeee 20%, white 80%) background-image: -moz-linear-gradient(top, #eeeeee 20%, white 80%)
background-image: -o-linear-gradient(top, #eeeeee 20%, white 80%) background-image: -o-linear-gradient(top, #eeeeee 20%, white 80%)
background-image: -ms-linear-gradient(top, #eeeeee 20%, white 80%) background-image: linear-gradient(#eeeeee 20%, white 80%)
background-image: linear-gradient(top, #eeeeee 20%, white 80%)
-webkit-border-bottom-left-radius: 0 -webkit-border-bottom-left-radius: 0
-webkit-border-bottom-right-radius: 0 -webkit-border-bottom-right-radius: 0
-moz-border-radius-bottomleft: 0 -moz-border-radius-bottomleft: 0
Expand All @@ -319,7 +309,6 @@
.chzn-choices .chzn-choices
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
border: 1px solid #5897fb border: 1px solid #5897fb
.search-field input .search-field input
Expand All @@ -332,7 +321,7 @@
.chzn-disabled .chzn-disabled
cursor: default cursor: default
opacity: 0.5 !important opacity: 0.5 !important
.chzn-single, .chzn-choices .search-choice-close .chzn-single, .chzn-choices .search-choice .search-choice-close
cursor: default cursor: default


/* @group Right to Left /* @group Right to Left
Expand Down Expand Up @@ -370,16 +359,15 @@
.chzn-results .group-option .chzn-results .group-option
padding-left: 0 padding-left: 0
padding-right: 15px padding-right: 15px
&.chzn-container-active div &.chzn-container-active .chzn-single-with-drop div
border-right: none border-right: none
.chzn-search input .chzn-search input
background: white image-url('chosen-sprite.png') no-repeat -38px -22px background: white image-url('chosen-sprite.png') no-repeat -38px -22px
background: image-url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white)) background: image-url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white))
background: image-url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%) background: image-url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%)
background: image-url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%) background: image-url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%)
background: image-url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%) background: image-url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%)
background: image-url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, white 15%) background: image-url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(#eeeeee 1%, white 15%)
background: image-url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, white 15%)
padding: 4px 5px 4px 20px padding: 4px 5px 4px 20px
direction: rtl direction: rtl


Expand Down

0 comments on commit d7f85c1

Please sign in to comment.