From 6fec2cffaafea3b133f463b51f3d916ae5f6e1d7 Mon Sep 17 00:00:00 2001 From: Kai Lauterbach Date: Fri, 5 May 2023 10:57:42 +0200 Subject: [PATCH] Fixed CSS problem that the tabs are not working correct. --- firmware/data/index_template_top.html | 19 +------------------ firmware/data/style.css | 3 ++- firmware/html/index_template_top.html | 19 +------------------ firmware/html/style.css | 3 ++- 4 files changed, 6 insertions(+), 38 deletions(-) diff --git a/firmware/data/index_template_top.html b/firmware/data/index_template_top.html index 3c7bd96..7f237d0 100644 --- a/firmware/data/index_template_top.html +++ b/firmware/data/index_template_top.html @@ -9,24 +9,7 @@ - - diff --git a/firmware/data/style.css b/firmware/data/style.css index 687ae93..ebee311 100644 --- a/firmware/data/style.css +++ b/firmware/data/style.css @@ -1,4 +1,4 @@ -/*#tab-lights, #tab-config, #tab-tde { +#tab-lights, #tab-config, #tab-tde { display: none; background-color: #ffffff; color: black; @@ -16,6 +16,7 @@ display: block; .pure-table td { padding: 4px; } +/* .pure-form input[type="number"] { width: 60px; height: 20px; diff --git a/firmware/html/index_template_top.html b/firmware/html/index_template_top.html index 511eecc..3ac1cf8 100644 --- a/firmware/html/index_template_top.html +++ b/firmware/html/index_template_top.html @@ -9,24 +9,7 @@ - - diff --git a/firmware/html/style.css b/firmware/html/style.css index 687ae93..ebee311 100644 --- a/firmware/html/style.css +++ b/firmware/html/style.css @@ -1,4 +1,4 @@ -/*#tab-lights, #tab-config, #tab-tde { +#tab-lights, #tab-config, #tab-tde { display: none; background-color: #ffffff; color: black; @@ -16,6 +16,7 @@ display: block; .pure-table td { padding: 4px; } +/* .pure-form input[type="number"] { width: 60px; height: 20px;