Skip to content

Commit

Permalink
Updated CSS for chosen selects.
Browse files Browse the repository at this point in the history
  • Loading branch information
timster committed Apr 24, 2014
1 parent f669ed7 commit cb54d8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions gallery/static/chosen-1.1.0/chosen.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ This file is generated by `grunt build`, do not edit it by hand.
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
Expand Down Expand Up @@ -126,7 +125,6 @@ This file is generated by `grunt build`, do not edit it by hand.
border: 1px solid #666;
background: white url("chosen-sprite.png") no-repeat 100% -20px;
background: url("chosen-sprite.png") no-repeat 100% -20px;
font-size: 1em;
line-height: normal;
border-radius: 0;
}
Expand Down Expand Up @@ -227,8 +225,6 @@ This file is generated by `grunt build`, do not edit it by hand.
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #666;
font-size: 100%;
line-height: normal;
border-radius: 0;
}
Expand All @@ -248,7 +244,6 @@ This file is generated by `grunt build`, do not edit it by hand.
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-clip: padding-box;
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
Expand All @@ -274,7 +269,6 @@ This file is generated by `grunt build`, do not edit it by hand.
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: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
Expand Down
2 changes: 1 addition & 1 deletion gallery/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ body {
margin: 15px;
}

a {
#content a {
color: #313E53;
}

Expand Down

0 comments on commit cb54d8b

Please sign in to comment.