Skip to content

Commit e0d6813

Browse files
committed
Fixed issue on Combobox conflict with new styles
1 parent 84c5685 commit e0d6813

File tree

1 file changed

+14
-0
lines changed
  • src/main/resources/gwt/material/design/demo/client/resources/css

1 file changed

+14
-0
lines changed

src/main/resources/gwt/material/design/demo/client/resources/css/demo.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,18 @@ main .panel, main {
217217

218218
.TouchSplitter h4 {
219219
padding-top: 100px;
220+
}
221+
222+
/** Set ids using widget.getElement().setId("idOfElement") */
223+
#closeButton {
224+
margin: 15px 6px 6px;
225+
}
226+
227+
/** Workaround for ComboBox conflicting label color on New Look and Feel **/
228+
.select2-container--default .select2-selection--single .select2-selection__rendered {
229+
color: #444 !important;
230+
}
231+
232+
header nav .select2-container--default .select2-selection--single .select2-selection__rendered {
233+
color: #fff !important;
220234
}

0 commit comments

Comments
 (0)