[CST-7221] Opaque search bar

This commit is contained in:
Davide Negretti
2023-02-06 10:37:16 +01:00
parent 485bb840ce
commit 3bf5b9fd0b

View File

@@ -1,9 +1,6 @@
input[type="text"] {
margin-top: calc(-0.5 * var(--bs-font-size-base));
&:focus {
background-color: rgba(255, 255, 255, 0.5) !important;
}
background-color: #fff !important;
&.collapsed {
opacity: 0;