minor tweak on web templates

This commit is contained in:
arovak 2021-04-05 15:17:20 +02:00
parent f780e0011a
commit 5321b60242

View File

@ -113,7 +113,8 @@ const char HTTP_STYLE[] PROGMEM =
"<style>"
"body,.c{text-align:center;}"
"div,input{padding:5px;font-size:1em;}"
"input{width:90%;background-color:" D_HTTP_COLOR_INPUT ";color:" D_HTTP_COLOR_INPUT_TEXT ";}"
"a{color:" D_HTTP_COLOR_TEXT "}"
"input:not([type=file]){width:90%;background-color:" D_HTTP_COLOR_INPUT ";color:" D_HTTP_COLOR_INPUT_TEXT ";}"
"input[type=checkbox],input[type=radio]{width:1em;}"
"select{background-color:" D_HTTP_COLOR_INPUT ";color:" D_HTTP_COLOR_INPUT_TEXT ";}"
"input:invalid{border:1px solid " D_HTTP_COLOR_INPUT_WARNING ";}"