Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jfx-table-view.css Destroys the Button Decorations #1

Open
erayerdin opened this issue Mar 27, 2018 · 1 comment
Open

jfx-table-view.css Destroys the Button Decorations #1

erayerdin opened this issue Mar 27, 2018 · 1 comment

Comments

@erayerdin
Copy link

:focused {
-fx-background-color: -fx-table-color, -fx-box-border, -fx-control-inner-background;
-fx-background-insets: -1.4, 0, 1;
-fx-background-radius: 1.4, 0, 0;
/*....*/
-fx-padding: 1; /* 0.083333em; */
}

This file is also referred in JFoenix repository. It belongs to this repository. So I thought it might be appropriate to open an issue here.

I had an issue with it and opened a question on Stackoverflow about it. You can find the original issue there.

@orochies
Copy link

orochies commented May 10, 2018

prefix .tableview class

.table-view:focused { ... }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants