From fe7c81e34e2e16c4a5ec967645ebb49e161d3a25 Mon Sep 17 00:00:00 2001 From: w0xlt <94266259+w0xlt@users.noreply.github.com> Date: Fri, 18 Feb 2022 18:06:34 -0300 Subject: [PATCH] qt: change QLineEdit error background --- src/qt/guiconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index fcdf6056c9580..60e8ee24208b8 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)