remove input styling
input {
border: none; /* Removes the default border */
}
input:focus {
outline: none /* Removes the border when the input is clicked */
}
remove input styling
input {
border: none; /* Removes the default border */
}
input:focus {
outline: none /* Removes the border when the input is clicked */
}
how to remove input background on select oin css
*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
/* use animation hack, if you have hard styled input */
transition: all 5000s ease-in-out 0s;
transition-property: background-color, color;
/* if input has one color, and didn't have bg-image use shadow */
-webkit-box-shadow: 0 0 0 1000px green inset;
/* text color */
-webkit-text-fill-color: red;
/* font weigth */
font-weight: 300!important;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us