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.
2 parents 6737331 + fe7c81e commit 7b39702Copy full SHA for 7b39702
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