Skip to content

Commit

Permalink
Merge pull request #1371 from harvesthq/css-updates
Browse files Browse the repository at this point in the history
Default CSS styles
  • Loading branch information
pfiller committed Jul 19, 2013
2 parents ea20970 + 872af80 commit 6773a26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sass/chosen.scss
Expand Up @@ -103,12 +103,15 @@ $chosen-sprite-retina: image-url('chosen-sprite@2x.png');
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: #fff $chosen-sprite no-repeat 100% -20px;
@include background($chosen-sprite no-repeat 100% -20px, linear-gradient(#eee 1%, #fff 15%));
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
}
.chzn-drop {
Expand Down Expand Up @@ -206,6 +209,8 @@ $chosen-sprite-retina: image-url('chosen-sprite@2x.png');
color: #666;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.default {
color: #999;
Expand Down

0 comments on commit 6773a26

Please sign in to comment.