Skip to content

Commit

Permalink
Fix #305: Correct placeholder color style for multiple Select2 Krajee…
Browse files Browse the repository at this point in the history
… BS3 Theme
  • Loading branch information
kartik-v committed Nov 12, 2019
1 parent af4f04c commit 58d9a32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Change Log: `yii2-widget-select2`

**Date:** _under development_

- (enh #305): Correct placeholder color style for multiple Select2 Krajee BS3 Theme.
- (bug #303, #304, #299, #298): Correct default data & empty placeholder validation.

## Version 2.1.6
Expand Down
1 change: 1 addition & 0 deletions src/assets/css/select2-krajee.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@
line-height: 1.428571429;
margin-top: 0;
min-width: 5em;
color: #999;
}

.select2-container--krajee[dir="rtl"] .select2-selection--single {
Expand Down
Loading

0 comments on commit 58d9a32

Please sign in to comment.