plebdevs/src/components/search/searchbar.module.css

40 lines
813 B
CSS
Raw Normal View History

/* .dropdown {
border: none !important;
outline: none !important;
box-shadow: none !important;
}
.dropdown:focus,
.dropdown:active,
.dropdown:hover {
border: none !important;
outline: none !important;
box-shadow: none !important;
} */
/* Override any potential global styles */
/* .dropdown * {
outline: none !important;
box-shadow: none !important;
} */
.dropdown {
background: rgba(0, 0, 0, 0.3) !important;
backdrop-filter: blur(8px) !important;
}
/* Add this to style the overlay panel */
.overlayPanel {
background: rgba(0, 0, 0, 0.75) !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.overlayPanelContent {
background: transparent !important;
}
.blurredContent {
filter: blur(8px);
transition: filter 0.2s ease-in-out;
}