kompiler Member Licensed User Longtime User Apr 2, 2017 #1 How to change the color of selected text in ComboBox? fx-background-color changes the color of selected text and non selected text Last edited: Apr 2, 2017
How to change the color of selected text in ComboBox? fx-background-color changes the color of selected text and non selected text
Erel B4X founder Staff member Licensed User Longtime User Apr 3, 2017 #2 You need to add a CSS file with these attributes: http://stackoverflow.com/questions/...popup-list-text-color-and-selected-item-color Example of working with external CSS files: https://www.b4x.com/android/forum/threads/css-example.35854/#content Upvote 0
You need to add a CSS file with these attributes: http://stackoverflow.com/questions/...popup-list-text-color-and-selected-item-color Example of working with external CSS files: https://www.b4x.com/android/forum/threads/css-example.35854/#content