We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66636ca commit fe7c81eCopy full SHA for fe7c81e
src/qt/guiconstants.h
@@ -25,7 +25,7 @@ static const int STATUSBAR_ICONSIZE = 16;
25
static const bool DEFAULT_SPLASHSCREEN = true;
26
27
/* Invalid field background style */
28
-#define STYLE_INVALID "background:#FF8080"
+#define STYLE_INVALID "border: 3px solid #FF8080"
29
30
/* Transaction list -- unconfirmed transaction */
31
#define COLOR_UNCONFIRMED QColor(128, 128, 128)
0 commit comments