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 d2c4e28 commit 0be5d3aCopy full SHA for 0be5d3a
gwt-material/src/main/resources/gwt/material/design/public/css/overridecss.css
@@ -914,13 +914,21 @@ nav .input-field {
914
padding: 0;
915
}
916
917
+/** Fixed the input label position **/
918
+.input-field label {
919
+ left: 0 !important;
920
+}
921
+.row > .input-field label {
922
+ left: 0.75rem !important;
923
924
+
925
.dropdown-content {
926
z-index: 995 !important;
927
928
929
/** Fixed the autofill bg color on chrome **/
930
input:-webkit-autofill {
- -webkit-box-shadow: 0 0 0px 100px white inset !important;
931
+ transition: background-color 5000s ease-in-out 0s !important;
932
933
934
/** Fixed breadcrumb **/
0 commit comments