diff --git a/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h b/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h index 367cef8..1926b56 100644 --- a/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h +++ b/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h @@ -149,7 +149,8 @@ a:active { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.nav li a, .nav span, .subnav li a, .subnav span, .button, .button:link, input[type=button], input[type=submit], input[type=reset] { +.nav li a, .nav span, .subnav li a, .subnav span, .button, .button:link, input[type=button], input[type=submit], +input[type=reset], .linkForm input[type=submit] { color: #ddd; display: block; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; @@ -163,7 +164,8 @@ a:active { padding: 5px 10px; } -.nav li a:hover, .subnav li a:hover, .activeNav, .button:link:hover, .button:visited:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { +.nav li a:hover, .subnav li a:hover, .activeNav, .button:link:hover, .button:visited:hover, input[type=button]:hover, +input[type=submit]:hover, input[type=reset]:hover, .linkForm input[type=submit]:hover { background: #04AA6D; color: #fff; border-radius: 3px; @@ -182,7 +184,8 @@ a:active { background: #292929; } -.button, .button:link, .button:visited, input[type=button], input[type=submit], input[type=reset] { +.button, .button:link, .button:visited, input[type=button], input[type=submit],input[type=reset], +.linkForm input[type=submit] { background: #026b45; color: #fff; border-radius: 3px; @@ -193,7 +196,8 @@ a:active { border: none; } -.button:link:active, .button:visited:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active { +.button:link:active, .button:visited:active, input[type=button]:active, input[type=submit]:active, +input[type=reset]:active, .linkForm input[type=submit]:active { background: #026b45; color: #cae0d0; }