We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c5685 commit e0d6813Copy full SHA for e0d6813
src/main/resources/gwt/material/design/demo/client/resources/css/demo.css
@@ -217,4 +217,18 @@ main .panel, main {
217
218
.TouchSplitter h4 {
219
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;
234
}
0 commit comments