|
|
|
@ -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{" |
|
|
|
|