Aiolos Zhao on 11 Sep 2019 14:03:39
When the theme is black, the user can not use the search function in slicer, because the text user input and background are both black.
Please enable the setting for the background of search box in slicer.
Thanks.
- Comments (3)
RE: Enable setting the background of search box in slicer
Try xviz Hierarchy filter for setting the background color for search box - ttps://xviz.com/visuals/hierarchical-filter/
RE: Enable setting the background of search box in slicer
I have not found a solution to this yet but I did find a way to override the foreground color.
The text color and the color of the search icon in the search box can be overriden using 'textClasses.header.color'.
Example:
```
"name": "sample theme snippet",
"textClasses": {
"header": {
"fontSize": 12,
"fontFace": "Segoe UI",
"color": "#c2d8fe"
}
```
RE: Enable setting the background of search box in slicer
Agreed! I have seen the same - but showing white-on-white with no discernible way to change either the text color or the background color.