Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

appropriate color and padding for placeholder #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bootstrap-chosen.less
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@
background: transparent !important;
border: 0 !important;
.box-shadow(none);
color: @gray;
color: @gray-light;
height: @chosen-multi-height - 8px;
margin: 0;
padding: 4px;
padding: 4px 4px 4px 12px;
outline: 0;
}

Expand Down
4 changes: 2 additions & 2 deletions bootstrap-chosen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@
background: transparent !important;
border: 0 !important;
@include box-shadow(none);
color: $gray;
color: $gray-light;
height: $chosen-multi-height - 8px;
margin: 0;
padding: 4px;
padding: 4px 4px 4px 12px;
outline: 0;
}

Expand Down