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

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -