change background color for no offers available

This commit is contained in:
woodser 2025-05-06 09:11:23 -04:00
parent f3111896a4
commit b31d46bfcd
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -569,4 +569,8 @@
#image-logo-landscape {
-fx-image: url("../../images/logo_landscape_dark.png");
}
.table-view .placeholder {
-fx-background-color: -bs-color-background-table-header;
}