|
|
@ -566,7 +566,11 @@ a:hover { |
|
|
|
} |
|
|
|
|
|
|
|
/* SERIES TOP HEADER DROPDOWN */ |
|
|
|
[class*="MenuItem-menuItem-"], |
|
|
|
[class*="MenuItem-menuItem-"] { |
|
|
|
color: var(--text); |
|
|
|
background: 0; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="MenuContent-menuContent-"] { |
|
|
|
background: var(--drop-down-menu-bg); |
|
|
|
background-repeat: repeat, no-repeat; |
|
|
@ -576,7 +580,6 @@ a:hover { |
|
|
|
-webkit-background-size: auto, cover; |
|
|
|
-moz-background-size: auto, cover; |
|
|
|
-o-background-size: auto, cover; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="MenuContent-scroller-"] { |
|
|
@ -611,10 +614,7 @@ a:hover { |
|
|
|
} |
|
|
|
|
|
|
|
/* ADD NEW */ |
|
|
|
[class*="EnhancedSelectInput-options-"], |
|
|
|
[class*="EnhancedSelectInputOption-option-"], |
|
|
|
[class*="EnhancedSelectInput-optionsContainer-"] { |
|
|
|
border: 0px solid rgba(255, 255, 255, 0.2); |
|
|
|
border-radius: 4px; |
|
|
|
background: var(--drop-down-menu-bg); |
|
|
|
background-repeat: repeat, no-repeat; |
|
|
@ -627,6 +627,10 @@ a:hover { |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="EnhancedSelectInput-options-"] { |
|
|
|
border: 1px solid rgba(var(--accent-color)) !important; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="EnhancedSelectInputOption-isSelected-"], |
|
|
|
[class*="EnhancedSelectInputOption-isSelected-"]:hover { |
|
|
|
background-color: rgba(255, 255, 255, 0.20) !important; |
|
|
@ -642,7 +646,6 @@ a:hover { |
|
|
|
} |
|
|
|
|
|
|
|
[class*="EnhancedSelectInput-optionsModalScroller-"] { |
|
|
|
border: 1px solid var(--drop-down-menu-bg); |
|
|
|
border-radius: 4px; |
|
|
|
background: var(--drop-down-menu-bg); |
|
|
|
background-repeat: repeat, no-repeat; |
|
|
@ -664,7 +667,6 @@ a:hover { |
|
|
|
} |
|
|
|
|
|
|
|
[class*="EnhancedSelectInput-mobileCloseButtonContainer-"] { |
|
|
|
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|