diff --git a/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h b/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h index f1ad6c7..20f0910 100644 --- a/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h +++ b/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h @@ -111,6 +111,7 @@ a:active { position: relative; border-radius: 3px; display: inline-block; + text-align: left; } .subnav { @@ -136,7 +137,7 @@ a:active { } .subnav li { - background: #026b45; + /*background: #026b45;*/ list-style: none; border-radius: 3px; margin-bottom: 3px; @@ -157,6 +158,10 @@ a:active { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); } +.subnav li a, .subnav span { + padding: 5px 10px; +} + .nav li a:hover, .subnav li a:hover, .activeMenu, .button:link:hover, .button:visited:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background: #04AA6D; color: #fff;