我想在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);
}