changed background color of pref button

This commit is contained in:
Jan-Peter Klein 2024-07-02 15:08:07 +02:00
parent 902c66cf1e
commit a88e08147d
No known key found for this signature in database
GPG Key ID: 90EDA3A7C822FD0E

View File

@ -356,6 +356,7 @@
} }
.preferences-btn { .preferences-btn {
-fx-background-color: MAIN_BG;
-fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent; -fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent;
-fx-border-width: 1px 0 0 0; -fx-border-width: 1px 0 0 0;
} }