Removing JavaFX Accordion Border -


i'm working on project , theming javafx application css go. i'm having trouble removing border around content of javafx titledpane in accordion. there appears 1px line @ bottom cannot seem remove (screenshot: http://i.stack.imgur.com/ciinc.png).

has faced similar issue before?

accordion.setstyle("-fx-box-border: transparent;"); 

reasoning behind why works explained in answer similar question:


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -