JavaFX CSS Styling: Change Highlight color of Selected Tabs -


i'm trying change highlighted color of selected tabs. seems standard blue , not -fx-border-color adds border on top of blue highlight. wondering property changes color. see images below:

enter image description here

enter image description here

try this:

.tab-pane:focused > .tab-header-area > .headers-region > .tab:selected .focus-indicator {-fx-border-color: red} 

Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -