CzRger пре 4 месеци
родитељ
комит
8f2cc7d2f6

+ 8 - 0
snowy-admin-web/src/style/cus.less

@@ -70,6 +70,14 @@
 		border: 1px solid #213A7A !important;
 		border-radius: 4px;
 	}
+	&:-webkit-autofill {
+		-webkit-text-fill-color: #ededed !important;
+		-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
+		background-color:transparent;
+		background-image: none;
+		transition: background-color 50000s ease-in-out 0s;
+		caret-color: #ffffff;
+	}
 }
 .ant-select {
 	>span {

+ 1 - 0
snowy-admin-web/src/views/auth/login/gsc-login.vue

@@ -243,6 +243,7 @@ const login = async () => {
               background-color:transparent;
               background-image: none;
               transition: background-color 50000s ease-in-out 0s;
+			  caret-color: #ffffff;
             }
             &::placeholder {
               color: rgba(255, 255, 255, 0.3);