From 651242e928077d7e08b381eea741482ead13d0ca Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Tue, 7 May 2019 19:01:30 +0900 Subject: [PATCH] Fixed the button style --- src/AutoConnectPage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index 195fb64..d9c1e3d 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -142,7 +142,7 @@ const char AutoConnect::_CSS_ICON_LOCK[] PROGMEM = { /**< INPUT button and submit style */ 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;" "font-weight:bold;" "letter-spacing:0.8px;" @@ -151,12 +151,12 @@ const char AutoConnect::_CSS_INPUT_BUTTON[] PROGMEM = { "border-radius:2px;" "margin-top:12px;" "}" - "input[type=\"button\"]{" + "input[type=\"button\"],button[type=\"button\"]{" "background-color:#1b5e20;" "border-color:#1b5e20;" "width:15em;" "}" - ".aux-page input[type=\"button\"]{" + ".aux-page input[type=\"button\"],button[type=\"button\"]{" "font-weight:normal;" "padding:8px 14px;" "margin:12px;"