|
@ -260,6 +260,12 @@ input:not([type=checkbox]):not(.styled-input--input):not([type=file]), |
|
|
background: rgb(255 255 255 / 10%); |
|
|
background: rgb(255 255 255 / 10%); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.search-form input:focus { |
|
|
|
|
|
background: hsla(0, 0%, 100%, .1) !important; |
|
|
|
|
|
color: var(--text-color-hover) !important; |
|
|
|
|
|
border-bottom: 2px solid rgba(0, 0, 0, 0) !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* PLACEHOLDER TEXT */ |
|
|
/* PLACEHOLDER TEXT */ |
|
|
::placeholder { |
|
|
::placeholder { |
|
|
color: var(--text) !important; |
|
|
color: var(--text) !important; |
|
|