improve listing and search on home
This commit is contained in:
13
css/base.css
13
css/base.css
@@ -42,6 +42,19 @@ button, input, textarea, select {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* Override browser autofill styles */
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
input:-webkit-autofill:focus,
|
||||
input:-webkit-autofill:active,
|
||||
textarea:-webkit-autofill,
|
||||
select:-webkit-autofill {
|
||||
-webkit-box-shadow: 0 0 0 1000px var(--color-bg) inset !important;
|
||||
-webkit-text-fill-color: var(--color-text) !important;
|
||||
box-shadow: 0 0 0 1000px var(--color-bg) inset !important;
|
||||
transition: background-color 5000s ease-in-out 0s;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user