Fixed the button style

pull/83/head
Hieromon Ikasamo 6 years ago
parent fb3de08f9e
commit 651242e928
  1. 6
      src/AutoConnectPage.cpp

@ -142,7 +142,7 @@ const char AutoConnect::_CSS_ICON_LOCK[] PROGMEM = {
/**< INPUT button and submit style */ /**< INPUT button and submit style */
const char AutoConnect::_CSS_INPUT_BUTTON[] PROGMEM = { const char AutoConnect::_CSS_INPUT_BUTTON[] PROGMEM = {
"input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"]{" "input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"],button[type=\"button\"]{"
"padding:8px 0.5em;" "padding:8px 0.5em;"
"font-weight:bold;" "font-weight:bold;"
"letter-spacing:0.8px;" "letter-spacing:0.8px;"
@ -151,12 +151,12 @@ const char AutoConnect::_CSS_INPUT_BUTTON[] PROGMEM = {
"border-radius:2px;" "border-radius:2px;"
"margin-top:12px;" "margin-top:12px;"
"}" "}"
"input[type=\"button\"]{" "input[type=\"button\"],button[type=\"button\"]{"
"background-color:#1b5e20;" "background-color:#1b5e20;"
"border-color:#1b5e20;" "border-color:#1b5e20;"
"width:15em;" "width:15em;"
"}" "}"
".aux-page input[type=\"button\"]{" ".aux-page input[type=\"button\"],button[type=\"button\"]{"
"font-weight:normal;" "font-weight:normal;"
"padding:8px 14px;" "padding:8px 14px;"
"margin:12px;" "margin:12px;"

Loading…
Cancel
Save