question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change TabPane ripple color from CSS

See original GitHub issue

Hello,

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:closed
  • Created 8 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
jfoenixadmincommented, Aug 25, 2017

well the property is -fx-rippler-fill not -fx-rippler-color, here is an example of how to change the JFXTabPane rippler color:

.jfx-tab-pane .tab-header-area .jfx-rippler{
    -jfx-rippler-fill:RED;
}
0reactions
peteraliencommented, Aug 25, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found