remove white border on signature verification

This commit is contained in:
woodser 2025-05-20 09:16:43 -04:00
parent 834ff73b01
commit 11de7f540b
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
2 changed files with 1 additions and 2 deletions

View file

@ -88,7 +88,6 @@ public class VerifyDisputeResultSignatureWindow extends Overlay<VerifyDisputeRes
addMultilineLabel(gridPane, ++rowIndex, Res.get("support.sigCheck.popup.info"), 0, width); addMultilineLabel(gridPane, ++rowIndex, Res.get("support.sigCheck.popup.info"), 0, width);
textArea = addTopLabelTextArea(gridPane, ++rowIndex, Res.get("support.sigCheck.popup.msg.label"), textArea = addTopLabelTextArea(gridPane, ++rowIndex, Res.get("support.sigCheck.popup.msg.label"),
Res.get("support.sigCheck.popup.msg.prompt")).second; Res.get("support.sigCheck.popup.msg.prompt")).second;
textArea.getStyleClass().add("input-with-border");
resultTextField = addTopLabelTextField(gridPane, ++rowIndex, Res.get("support.sigCheck.popup.result")).second; resultTextField = addTopLabelTextField(gridPane, ++rowIndex, Res.get("support.sigCheck.popup.result")).second;
} }
} }

View file

@ -22,7 +22,7 @@
-bs-color-primary-dark: #0c59bd; -bs-color-primary-dark: #0c59bd;
-bs-text-color: white; -bs-text-color: white;
-bs-background-color: black; -bs-background-color: black;
-bs-background-gray: black; -bs-background-gray: transparent;
-bs-content-background-gray: black; -bs-content-background-gray: black;
/* fifty shades of gray */ /* fifty shades of gray */