mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 15:20:40 -04:00
remove white border on signature verification
This commit is contained in:
parent
834ff73b01
commit
11de7f540b
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue