From 9a6d7933d03c5cba7166c35606214188c656f1be Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 18 Mar 2020 23:34:01 +1000 Subject: Bit more HMTL tweaking. --- src/sledjchisl/sledjchisl.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/sledjchisl') diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 5446381..920b52a 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -2119,9 +2119,12 @@ static void HTMLheader(qgrow_t *reply, char *title) " a:visited {color: fuchsia;}\n" " a:hover {color: blue;}\n" " a:active {color: red;}\n" + " button {background-color: darkgreen;}\n" " button:hover {color: blue;}\n" " button:active {color: red;}\n" - " textarea {vertical-align: top;}\n" // What idiot thought aligning the label with the bottom of textareas was a good default? + " label {background-color:darkgreen; font-size: 160%;}\n" + " input {background-color:darkblue; font-size: 80%;}\n" + " textarea {background-color:darkblue; font-size: 80%; vertical-align: top;}\n" // What idiot thought aligning the label with the bottom of textareas was a good default? " \n" " \n" " \n" -- cgit v1.1