adjust styling

This commit is contained in:
Armin Schrenk
2025-02-18 11:44:48 +01:00
parent f953be6237
commit 43ce64f01e
2 changed files with 12 additions and 3 deletions
+9
View File
@@ -299,6 +299,15 @@
* *
******************************************************************************/
.event-window .list-view .list-cell:hover {
-fx-background-color: CONTROL_BG_SELECTED;
}
.event-window .list-view .list-cell:selected {
-fx-background-color: PRIMARY, CONTROL_BG_SELECTED;
-fx-background-insets: 0, 0 0 0 3px;
}
.list-view {
-fx-background-color: CONTROL_BG_NORMAL;
}