add badge black border

This commit is contained in:
woodser 2025-05-01 03:31:50 -04:00
parent 29ba92685d
commit d93518aec2
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -158,6 +158,12 @@
-bs-support-chat-background: #cccccc;
}
.jfx-badge .badge-pane {
-fx-border-color: black;
-fx-border-width: 1px;
-fx-border-radius: 16;
}
/* table view */
.table-view, .table-cell:focused, .table-row-cell {
-fx-background: transparent;