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 df94a94 commit ce6e303Copy full SHA for ce6e303
gwt-material/src/main/resources/gwt/material/design/client/resources/css/core-dark.css
@@ -588,4 +588,16 @@ blockquote {
588
589
pre {
590
background: #323232 !important
591
+}
592
+
593
+/** Autocomplete **/
594
+input:-webkit-autofill,
595
+input:-webkit-autofill:hover,
596
+input:-webkit-autofill:focus,
597
+textarea:-webkit-autofill,
598
+textarea:-webkit-autofill:hover,
599
+textarea:-webkit-autofill:focus {
600
+ -webkit-text-fill-color: white;
601
+ -webkit-box-shadow: 0 0 0px 1000px #2f2f2f inset !important;
602
+ transition: background-color 5000s ease-in-out 0s;
603
}
0 commit comments