ControlsFX Styling (Making auto-complete-popup transparent)

422 views
Skip to first unread message

Rubén Paz

unread,
Apr 20, 2014, 7:46:50 AM4/20/14
to control...@googlegroups.com
Hi.

I have been taking a look on the default CSS to try to get the popup style go with my app's style.
I have been able to change the background color, but not to eliminate the border and add transparency. I know it's probably related to a node that it's non transparent but I can't figure which one is.
Any help will be very appreciated.

Here's my actual CSS:

.auto-complete-popup .list-cell {
    -fx-background-color: transparent;
}

.auto-complete-popup .clipped-container {
    -fx-background-color: rgba(1, 23, 24, 0.85);
    -fx-background-radius: 2px;
    -fx-border-width: 0px;
}
Reply all
Reply to author
Forward
0 new messages