2024-09-13 16:17:19 -05:00
|
|
|
/* .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;
|
|
|
|
} */
|
2025-03-18 11:57:34 -05:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|