Skip to content

Commit

Permalink
Fixed the Selected items style in the listView
Browse files Browse the repository at this point in the history
  • Loading branch information
Eng-Ziad7 committed Aug 20, 2024
1 parent 92a495c commit 0d2e737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GUI/src/main/resources/CSS/ListView.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
-fx-background-color: rgb(9,106,216);
-fx-text-fill: ghostwhite;
}
.list-cell:selected{
-fx-background-color: rgb(9,106,216);
-fx-text-fill: ghostwhite;
}
.list-view .scroll-bar:horizontal,
.list-view .scroll-bar:vertical {
-fx-background-color: transparent;
Expand Down

0 comments on commit 0d2e737

Please sign in to comment.