通过css删除javafx中树视图周围的蓝色边框

时间:2017-01-10 17:07:37

标签: css javafx treeview

我想在JavaFX中删除我的树视图周围的blue border我已经尝试过这些设置:

#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 个答案:

没有答案