From c992ddb8aef5c741ec3eb30aca88de4322eb6cd9 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:20:07 +0200 Subject: [PATCH] Fix GUI console background color --- tasmota/html_compressed/HTTP_HEAD_STYLE1.h | 12 ++++++------ tasmota/html_uncompressed/HTTP_HEAD_STYLE1.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tasmota/html_compressed/HTTP_HEAD_STYLE1.h b/tasmota/html_compressed/HTTP_HEAD_STYLE1.h index 4ddc8e498..7dcae5ca9 100644 --- a/tasmota/html_compressed/HTTP_HEAD_STYLE1.h +++ b/tasmota/html_compressed/HTTP_HEAD_STYLE1.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////// // compressed by tools/unishox/compress-html-uncompressed.py -// input sha256: f34fe5fc63b5aed264b8d6174930571a0834c9d9dcfd3edaf4d704e0260e24d4 +// input sha256: 85820d56fe719cb1071f2c813984e29c53e9e93993bffb6c150a965a0528b9fd ///////////////////////////////////////////////////////////////////// -const size_t HTTP_HEAD_STYLE1_SIZE = 639; // compressed size 345 bytes +const size_t HTTP_HEAD_STYLE1_SIZE = 640; // compressed size 349 bytes const char HTTP_HEAD_STYLE1_COMPRESSED[] PROGMEM = "\x13\x4C\xCE\xA3\x1A\xC2\x13\xCE\x8E\xAD\xE1\x82\xE8\xEA\xF3\x09\x87\x47\xB4\x65" "\x88\x26\xF0\xF1\xE6\x73\x48\x61\xB0\xF0\x63\x3A\x8E\xBF\x69\xB5\x9E\x67\x21\x31" "\xA7\x83\xDC\x08\x78\x69\xED\x1D\x61\x9A\x0F\x7F\x05\xF0\x87\x99\x9D\xFC\xEE\x9D" @@ -18,9 +18,9 @@ const char HTTP_HEAD_STYLE1_COMPRESSED[] PROGMEM = "\x13\x4C\xCE\xA3\x1A\xC2\x13 "\x24\x7D\x1E\x0F\x71\x02\x17\x16\x60\x8F\xC2\xF0\x30\x7E\x03\xE9\x9B\x2A\x2B\xFE" "\xEC\xF6\xFD\xFB\x4D\xAC\xF3\x04\x3D\x74\xF0\x08\x59\xF9\xCF\x9F\x47\x82\x14\xF4" "\x78\x55\x1E\x67\x2E\x7C\x86\x1B\x0F\x2A\x01\x8F\xC8\xDE\x19\xBF\x98\x0B\x07\xCF" - "\x3B\x17\x58\x09\xFA\x98\xE1\xE0\x4B\xD4\xC3\xF0\x40\x83\xAA\x0E\xC1\x0C\x8F\x6D" - "\x33\x65\x02\x17\x08\xC1\xBE\xA7\xF0\x41\xE5\xB8\xC5\x8D\xD0\x8C\x8F\x33\x37\xF1" - "\x2F\xAC\xEA\xF5\xF7\x8E\xBF\x3F\xE9\x80\x53\xD0\x0F\x75\x08\x08\x9C\xDA\x1C\x64" - "\x30\xD8\x78\x3D\xC6"; + "\x3B\x17\x58\x09\xFA\x98\x7E\x08\x12\xF5\x40\xFC\x10\x20\xEA\xA3\xB0\x43\x23\xDB" + "\x4C\xD9\x40\x85\xC2\x38\x6F\xA9\xFC\x10\x79\x6F\x31\x63\x74\x23\x23\xCC\xCD\xFC" + "\x4B\xEB\x3A\xBD\x7D\xE3\xAF\xCF\xFA\x60\x13\xF4\x11\xC3\xC7\x78\xF0\x7B\xA8\x40" + "\x44\xE6\xD4\xE3\x21\x86\xC3\xC1\xEE"; #define HTTP_HEAD_STYLE1 Decompress(HTTP_HEAD_STYLE1_COMPRESSED,HTTP_HEAD_STYLE1_SIZE).c_str() \ No newline at end of file diff --git a/tasmota/html_uncompressed/HTTP_HEAD_STYLE1.h b/tasmota/html_uncompressed/HTTP_HEAD_STYLE1.h index 1cba50ca0..962d956d5 100644 --- a/tasmota/html_uncompressed/HTTP_HEAD_STYLE1.h +++ b/tasmota/html_uncompressed/HTTP_HEAD_STYLE1.h @@ -6,6 +6,6 @@ const char HTTP_HEAD_STYLE1[] PROGMEM = "input[type=checkbox],input[type=radio]{width:1em;margin-right:6px;vertical-align:-1px;}" "input[type=range]{width:99%;}" "select{width:100%;background:var(--c_in);color:var(--c_intxt);}" // COLOR_INPUT, COLOR_INPUT_TEXT - "textarea{resize:vertical;width:98%;height:318px;padding:5px;overflow:auto;background:var(--c_bg);color:var(--c_csltxt);}" // COLOR_CONSOLE, COLOR_CONSOLE_TEXT + "textarea{resize:vertical;width:98%;height:318px;padding:5px;overflow:auto;background:var(--c_csl);color:var(--c_csltxt);}" // COLOR_CONSOLE, COLOR_CONSOLE_TEXT "body{text-align:center;font-family:verdana,sans-serif;background:var(--c_bg);}" // COLOR_BACKGROUND "td{padding:0px;}";