diff --git a/src/stats-html.c b/src/stats-html.c index e27ff8e40..a8e63a2e2 100644 --- a/src/stats-html.c +++ b/src/stats-html.c @@ -169,7 +169,7 @@ void stats_dump_html_head(struct appctx *appctx) " h2 { color: #a265e0; }\n" " h3 { color: #ff5190; background-color: #3e3e1f; }\n" " a { color: #3391ff; }\n" - " input { background-color: #2f3437; }\n" + " input { background-color: #2f3437; color: #e8e6e3; }\n" " .hr { border-color: #8c8273; }\n" " .titre { background-color: #1aa6a6; color: #e8e6e3; }\n" " .frontend {background: #2f3437;}\n"