0

I would like to delete the blue border around my treeview in JavaFX i already tried these settings:

#treev .expanded .tree-cell{
    -fx-background-color: transparent;
    -fx-font-family: "Segoe UI Semibold", Helvetica, Arial, sans-serif;
    -fx-font-size: 11pt;
    -fx-text-fill: white;
    -fx-background-insets: null;
    -fx-border-style: none;
    -fx-focus-color: black;
    }

#treev .tree-cell{
    -fx-background-color: rgba(102, 102, 102, 0.5);
}

0 Answers0