I changed to white and black … but I cant see what to select, or what is selected (need to change when selecting background, the color letters, and the selected color
AIMPED
September 24, 2022, 7:57am
2
Dear @topotaman ,
May I suggest you to start using the forum search:
I have Dash 1.1.1 and I am trying to change the color scheme to have a black background and while text. I’ve managed to get everything to work except for the Dropdown elements.
The initial look of Dropdowns is fine, except the color of the default values is too dark:
[Screenshot%20from%202019-09-03%2011-46-02]
However, if I select one of the dropdown menus, the backgrounds are white:
[Screenshot%20from%202019-09-03%2011-50-12]
How do I make the selected menus also have black background and…
Hi @tanya
Here are a few css selectors I’ve found useful for the styling the dropdowns. Try adding this to the css file in the assets folder. (More info on how to do that here . ) This example styles the dropdown so it works well for dark themes in Bootstrap.
/* input box */
.Select-control {
background-color: black;
}
/* changes the text color of input box */
.Select-value-label {
color: white !important;
}
.Select--single > .Select-control .Select-value, .Select-placehold…
@topotaman
You can also find more information here: