TurekBot / JFXTableView_CSS

An attempt to nail down the CSS necessary to have a "JFXTableView" since as of JFoenix 8.0.1, the directive is to merely style a normal TableView.
4 stars 4 forks source link

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

Open erayerdin opened 6 years ago

erayerdin commented 6 years ago

https://github.com/TurekBot/JFXTableView_CSS/blob/77d193fc5e8ffebf18e73a0f1f63d3ec2a457997/src/main/resources/tech/ugma/education/jfoenixtableview/jfx-table-view.css#L30-L36

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 commented 6 years ago

prefix .tableview class

.table-view:focused { ... }