Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/9d9bbec48308eb31eeaef2ded2ced9809f53e17f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
8 additions and
15 deletions
src/AutoConnectPage.cpp
@ -115,19 +115,19 @@ const char AutoConnect::_CSS_UL[] PROGMEM = {
" text-align:right; "
" padding:10px 0.5em "
" } "
" ul.noorder> input[type= \" checkbox \" ]{ "
" ul.noorder input[type= \" checkbox \" ]{ "
" -moz-appearance:checkbox; "
" -webkit-appearance:checkbox "
" } "
" ul.noorder> input[type= \" radio \" ]{ "
" ul.noorder input[type= \" radio \" ]{ "
" margin-right:0.5em; "
" -moz-appearance:radio; "
" -webkit-appearance:radio "
" } "
" ul.noorder> input[type= \" text \" ]{ "
" ul.noorder input[type= \" text \" ]{ "
" width:auto "
" } "
" ul.noorder> input[type= \" text \" ]:invalid{ "
" ul.noorder input[type= \" text \" ]:invalid{ "
" background:#fce4d6 "
" } "
} ;
@ -205,7 +205,7 @@ const char AutoConnect::_CSS_INPUT_TEXT[] PROGMEM = {
" border-color:#5C9DED; "
" box-shadow:0 0 3px #4B8CDC "
" } "
" input.error, input.error:focus{ "
" input.error,input.error:focus{ "
" border-color:#ED5564; "
" color:#D9434E; "
" box-shadow:0 0 3px #D9434E "
@ -217,16 +217,9 @@ const char AutoConnect::_CSS_INPUT_TEXT[] PROGMEM = {
" input:disabled:hover{ "
" cursor:not-allowed "
" } "
" input.error::-webkit-input-placeholder{ "
" color:#D9434E "
" } "
" input.error:-moz-placeholder{ "
" color:#D9434E "
" } "
" input.error::-moz-placeholder{ "
" color:#D9434E "
" } "
" input.error:-ms-input-placeholder{ "
" input.error::-webkit-input-placeholder, "
" input.error::-moz-placeholder, "
" input.error::-ms-input-placeholder{ "
" color:#D9434E "
" } "
" .aux-page label{ "