Skip to content

Commit 1577fcc

Browse files
committed
Fixed ComboBox non-multiple select box placeholder
1 parent eb40f27 commit 1577fcc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/main/resources/gwt/material/design/addins/client/combobox/resources/css/select2.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,13 @@
182182
.select2-container--default .select2-selection--single .select2-selection__clear {
183183
cursor: pointer;
184184
float: right;
185-
font-weight: bold
185+
font-size: 2em;
186+
font-weight: normal;
187+
color: #b5b5b5;
186188
}
187189

188190
.select2-container--default .select2-selection--single .select2-selection__placeholder {
189-
color: #999
191+
color: #cccccc
190192
}
191193

192194
.select2-container--default .select2-selection--single .select2-selection__arrow {
@@ -257,7 +259,7 @@
257259
}
258260

259261
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
260-
color: #999;
262+
color: #cccccc;
261263
margin-top: 5px;
262264
float: left
263265
}
@@ -439,7 +441,7 @@
439441
}
440442

441443
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
442-
color: #999
444+
color: #cccccc
443445
}
444446

445447
.select2-container--classic .select2-selection--single .select2-selection__arrow {

0 commit comments

Comments
 (0)