Commit 582feb700577fd76bdcfa6a29fd3e2b580a5ca8a
1 parent
f59ec804
Exists in
master
and in
4 other branches
Small change to search icon to make it more middle aligned.
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
vendor/assets/stylesheets/chosen.css
... | ... | @@ -107,13 +107,13 @@ |
107 | 107 | z-index: 1010; |
108 | 108 | } |
109 | 109 | .chzn-container-single .chzn-search input { |
110 | - background: #fff url('chosen-sprite.png') no-repeat 100% -22px; | |
111 | - background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)); | |
112 | - background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%); | |
113 | - background: url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%); | |
114 | - background: url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%); | |
115 | - background: url('chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%); | |
116 | - background: url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%); | |
110 | + background: #fff url('chosen-sprite.png') no-repeat 100% -21px; | |
111 | + background: url('chosen-sprite.png') no-repeat 100% -21px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)); | |
112 | + background: url('chosen-sprite.png') no-repeat 100% -21px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%); | |
113 | + background: url('chosen-sprite.png') no-repeat 100% -21px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%); | |
114 | + background: url('chosen-sprite.png') no-repeat 100% -21px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%); | |
115 | + background: url('chosen-sprite.png') no-repeat 100% -21px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%); | |
116 | + background: url('chosen-sprite.png') no-repeat 100% -21px, linear-gradient(top, #ffffff 85%,#eeeeee 99%); | |
117 | 117 | margin: 1px 0; |
118 | 118 | padding: 4px 20px 4px 5px; |
119 | 119 | outline: 0; | ... | ... |