remove border from offer passphrase details

This commit is contained in:
woodser 2025-05-24 09:47:56 -04:00
parent f9805c94e2
commit 848d01ba41
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -2599,6 +2599,7 @@ textfield */
.passphrase-copy-box > .jfx-text-field { .passphrase-copy-box > .jfx-text-field {
-fx-padding: 0; -fx-padding: 0;
-fx-background-color: transparent; -fx-background-color: transparent;
-fx-border-width: 0;
} }
.passphrase-copy-box .label { .passphrase-copy-box .label {