mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 22:28:41 -04:00
BUG/MINOR: stats: fix color of input elements in dark mode
Previously the text color was dark, with a dark background, this makes it white, and thus readable. This is visible on the "Scope" input field.
This commit is contained in:
parent
8b1dfa9def
commit
c63d558e41
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue