|
|
|
@ -105,8 +105,13 @@ const char AutoConnect::_CSS_UL[] PROGMEM = { |
|
|
|
|
"text-align:right;" |
|
|
|
|
"}" |
|
|
|
|
"ul.noorder>input[type=\"checkbox\"]{" |
|
|
|
|
"-moz-appearance: checkbox;" |
|
|
|
|
"-webkit-appearance: checkbox;" |
|
|
|
|
"-moz-appearance:checkbox;" |
|
|
|
|
"-webkit-appearance:checkbox;" |
|
|
|
|
"}" |
|
|
|
|
"ul.noorder>input[type=\"radio\"]{" |
|
|
|
|
"margin-right:0.5em;" |
|
|
|
|
"-moz-appearance:radio;" |
|
|
|
|
"-webkit-appearance:radio;" |
|
|
|
|
"}" |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|