monkey-style-guide 2.0.50 → 2.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -51,3 +51,14 @@ input {
|
|
|
51
51
|
font-weight: 400;
|
|
52
52
|
font-size: 14px;
|
|
53
53
|
}
|
|
54
|
+
|
|
55
|
+
input:-webkit-autofill,
|
|
56
|
+
input:-webkit-autofill:hover,
|
|
57
|
+
input:-webkit-autofill:active,
|
|
58
|
+
input:-webkit-autofill:focus {
|
|
59
|
+
background-color: #f5f5f5 !important;
|
|
60
|
+
color: #4b4a53 !important;
|
|
61
|
+
box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
|
|
62
|
+
-webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
|
|
63
|
+
-webkit-text-fill-color: #4b4a53 !important;
|
|
64
|
+
}
|
|
Binary file
|