|
|
@@ -1159,7 +1159,11 @@ select:-webkit-autofill,
|
|
|
input:-internal-autofill-selected {
|
|
|
background-color: @m-grey21 !important;
|
|
|
}
|
|
|
-
|
|
|
+.login {
|
|
|
+ input:-webkit-autofill {
|
|
|
+ box-shadow: inset 0 0 0 1000px @m-white0;
|
|
|
+ }
|
|
|
+}
|
|
|
.ant-checkbox-group.commonCheckboxGroup {
|
|
|
.ant-checkbox-wrapper {
|
|
|
color: @m-white0;
|