aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0xlt <94266259+w0xlt@users.noreply.github.com>2022-02-18 18:06:34 -0300
committerw0xlt <94266259+w0xlt@users.noreply.github.com>2022-02-18 18:06:34 -0300
commitfe7c81e34e2e16c4a5ec967645ebb49e161d3a25 (patch)
treedef77592ef18560a1c720930aff71e31de08c58b
parent66636ca438cb65fb18bcaa4540856cef0cee2029 (diff)
downloadbitcoin-fe7c81e34e2e16c4a5ec967645ebb49e161d3a25.tar.xz
qt: change QLineEdit error background
-rw-r--r--src/qt/guiconstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h
index fcdf6056c9..60e8ee2420 100644
--- a/src/qt/guiconstants.h
+++ b/src/qt/guiconstants.h
@@ -25,7 +25,7 @@ static const int STATUSBAR_ICONSIZE = 16;
static const bool DEFAULT_SPLASHSCREEN = true;
/* Invalid field background style */
-#define STYLE_INVALID "background:#FF8080"
+#define STYLE_INVALID "border: 3px solid #FF8080"
/* Transaction list -- unconfirmed transaction */
#define COLOR_UNCONFIRMED QColor(128, 128, 128)