2017-09-21 4 views

답변

0

당신은 '하늘의리스트 셀'에 뭔가를 시도 할 수 있습니다. 'list-cell : empty'의 배경색을 변경하면이 흰색 선의 색이 기본 '초점 색'으로 변경됩니다.

.list-cell:empty { 
    -fx-padding: 0 ; 
    -fx-background-color: -fx-focus-color ; 
    -fx-background-insets: 0 ; 

}