carlw
10/24/2017, 11:59 AMcarlw
10/24/2017, 1:25 PMedvin
10/24/2017, 1:43 PMedvin
10/24/2017, 1:44 PMzealous
10/24/2017, 1:47 PMthomasnield
10/24/2017, 2:48 PMedvin
10/24/2017, 2:48 PMzealous
10/24/2017, 2:50 PMthomasnield
10/24/2017, 2:51 PMcarlw
10/24/2017, 5:03 PMedvin
10/24/2017, 5:05 PMadd
for SplitPane
?edvin
10/24/2017, 5:08 PMadd<BrowserFragment> { dividerPosition = 0.3 }
carlw
10/24/2017, 5:08 PMedvin
10/24/2017, 5:08 PMcarlw
10/24/2017, 5:09 PMedvin
10/24/2017, 5:09 PMcarlw
10/24/2017, 5:09 PMcarlw
10/24/2017, 5:10 PMcarlw
10/24/2017, 5:10 PMedvin
10/24/2017, 5:15 PMedvin
10/24/2017, 5:15 PMedvin
10/24/2017, 5:17 PMedvin
10/24/2017, 5:18 PMedvin
10/24/2017, 5:18 PMuser
10/25/2017, 7:33 AM.custom-tree-table-header .column-header-background{
-fx-background-color: rgba(255, 255, 255, 0.0);
}
.custom-tree-table-header .table-column{
-fx-background-color: rgba(0, 0, 0, 0.4);
}
.custom-tree-table-header .label {
-fx-text-fill: white;
-fx-font-weight: normal;
}
.custom-tree-table-header .tree-table-row-cell{
-fx-background-color: rgba(255, 255, 255, 0.0);
-fx-text-fill: black;
-fx-border-color: #b9bacc;
-fx-table-cell-border-color:#b9bacc;
-fx-border-width: 0.2px;
}
.custom-tree-table-header .tree-table-cell{
-fx-background-color: rgba(255, 255, 255, 0.0);
}
.custom-tree-table-header .tree-table-row-cell:selected {
-fx-background-color: #3f465d;
-fx-table-cell-border-color: #3f465d;
-fx-text-fill: white;
}
But as you can see in the gif the css breaks when the child item is selected because of the inline style
style{
backgroundColor += Color.rgb(255, 255, 255, 0.3)
}
The css works fine if I remove the setrowfactory part. Is there a way to add selection css for the child item?user
10/25/2017, 7:35 AMedvin
10/25/2017, 11:14 AMaayush
10/25/2017, 11:16 AMedvin
10/25/2017, 11:25 AMedvin
10/25/2017, 11:25 AM