Jfoenix: How to remove the shadow of JFXTabPane?

Created on 8 Mar 2018  Â·  7Comments  Â·  Source: sshahine/JFoenix

I tried like this:

.jfx-tab-pane .tab-header-area { -fx-effect: none; }

but it didn't work.

Question

Most helpful comment

@qtran, what CSS selectors did you use?

@GreenLv, this should do the trick:
.jfx-tab-pane .depth-container { -fx-effect: none; }

All 7 comments

Hello, it worked for me with -fx-effect: null

@qtran Hello, thank you for your reply, but it didn't work for me either. I don't know why.

@qtran, what CSS selectors did you use?

@GreenLv, this should do the trick:
.jfx-tab-pane .depth-container { -fx-effect: none; }

@TurekBot Problem solved! Thank you very much!

@TurekBot with .jfx-tab-pane .tab-header-area { -fx-effect: null; }
but seems like it works only in an older version

Hello, I'm also trying to remove the shadow from the JFXTabPane. None of the above solutions are working for me. If it's any help, I'm using JFoenix 8.0.8 with TornadoFX 1.7.17.

It's hard to know how to help you. Try using SceneBuilder's CSS Analyzer
(View ->Show CSS Analyzer) to see which style classes you need to
affect.

On Wed, May 29, 2019, 12:29 PM l3njo notifications@github.com wrote:

Hello, I'm also trying to remove the shadow from the JFXTabPane. None of
the above solutions are working for me. If it's any help, I'm using JFoenix
8.0.8 with TornadoFX 1.7.17.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/jfoenixadmin/JFoenix/issues/636?email_source=notifications&email_token=AF7R6P6DF7WNFHCLDRXCAGDPX3DSDA5CNFSM4EUIBAF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWQHSVA#issuecomment-497056084,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AF7R6P427NGFPQYRIXPK4L3PX3DSDANCNFSM4EUIBAFQ
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rfenters95 picture rfenters95  Â·  4Comments

Natreve picture Natreve  Â·  4Comments

riftshadow picture riftshadow  Â·  4Comments

rickyzhangca picture rickyzhangca  Â·  4Comments

MikeChav picture MikeChav  Â·  3Comments