Change TabPane ripple color from CSS
See original GitHub issueHello,
How do I change the TabPane ripple color from CSS ? I looked at the Java code and the rippler has no id nor class associated with it, so I don’t think I can link it from the CSS… I saw the -fx-ripple-color
property but it doesn’t seem to work wherever I put it.
Issue Analytics
- State:
- Created 8 years ago
- Comments:7
Top Results From Across the Web
Change TabPane ripple color from CSS · Issue #35 - GitHub
Hello, How do I change the TabPane ripple color from CSS ? I looked at the Java code and the rippler has no...
Read more >How to style <paper-ripple> color inside <paper-tab> element ...
How do I change the <paper-tabs> ripple color from (the default) yellow to white ? Bar color is exposed. But not ripple color....
Read more >Tabpane, Changing Color Of Tab-Header-Area - ADocLib
Hello, How do I change the TabPane ripple color from CSS ? I looked at the Java code For changing the slider color...
Read more >JFoenix Java FXML Tutorial - #12 Learn More JFXTabPane
In this video, I'm going to talk about JFXSlider, especially How to give style like change tab color, selected tab color and more....
Read more >Switch API - Material UI - MUI
API reference docs for the React Switch component. Learn about the props, CSS, and other APIs of this exported module.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
well the property is -fx-rippler-fill not -fx-rippler-color, here is an example of how to change the JFXTabPane rippler color:
Yes, but “-fx-stroke” doesn’t work in the v1.7.0 !
i tried a few minutes ago:
.jfx-tab-pane .tab-selected-line { -fx-border-color: red; }
and it worked. I still didn’t found out how to change the Tabs labels color.