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.

How to remove the shadow of JFXTabPane?

See original GitHub issue

I tried like this:

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

but it didn’t work.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

7reactions
TurekBotcommented, Mar 9, 2018

@qtran, what CSS selectors did you use?

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

0reactions
TurekBotcommented, May 29, 2019

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 .

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to remove the shadow of JFXTabPane? #636 - GitHub
I tried like this: .jfx-tab-pane .tab-header-area { -fx-effect: none; } ... Hello, I'm also trying to remove the shadow from the JFXTabPane.
Read more >
How to remove shadow from JavaFX tabs? - Stack Overflow
To find the default stylesheet, search for the file jfxrt.jar on your computer, open it in an archiver like WinRAR and open ...
Read more >
com.jfoenix.controls.JFXTabPane Java Examples
This page shows Java code examples of com.jfoenix.controls.JFXTabPane.
Read more >
Index (jfoenix 8.0.2 API) - Javadoc.io
This method is called when the editor cancel editing the cell ... transformation to be applied to the shadow effect (which makes it...
Read more >
How to Remove Unwanted Shadows in Photoshop ... - YouTube
Hi Everyone!In today's Photoshop tutorial, I'll show you how to remove unwanted shadows in photoshop. I figured I'd create a tutorial on how ......
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