Skip to content

Commit

Permalink
Corrected style
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazydiamonde committed May 24, 2024
1 parent 00acabb commit 4bb4cdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#notDragTarget .tree-table-row-cell:filled:even {
.tree-table-row-cell:filled:even {
-fx-background-color: #f6f6f6;
}

#notDragTarget .tree-table-row-cell:filled:odd {
.tree-table-row-cell:filled:odd {
-fx-background-color: #ffffff;
}

#notDragTarget .tree-table-row-cell:filled:hover {
.tree-table-row-cell:filled:hover {
-fx-background-color: #c0e0ff;
}

#notDragTarget .tree-table-row-cell:filled:selected .tree-table-cell {
.tree-table-row-cell:filled:selected .tree-table-cell {
-fx-background-color: #a0b0ff;
-fx-text-fill: #000000;
}
Expand Down

0 comments on commit 4bb4cdc

Please sign in to comment.