'menu' beside hamburger
authorOve Klykken <klykken@gmail.com>
Thu, 12 Jun 2014 18:07:03 +0000 (14:07 -0400)
committerOve Klykken <klykken@gmail.com>
Thu, 12 Jun 2014 18:07:03 +0000 (14:07 -0400)
css/foundation.css

index 673fbb2..cd8ce8f 100644 (file)
@@ -1557,7 +1557,9 @@ meta.foundation-mq-topbar {
       line-height: 40px;
       background: #065892; }
       .top-bar-section li:not(.has-form) a:not(.button):hover {
-        background: #272727; }
+        background: #272727;
+        color: #fffb02;
+    }
     .top-bar-section li.active:not(.has-form) a:not(.button) {
       padding: 0 15px;
       line-height: 45px;
@@ -3443,7 +3445,7 @@ dialog[open] {
   position: relative;
   transform: translate3d(0, 0, 0); }
   .tab-bar .menu-icon span:after {
-    content: '';
+    content: 'MENU';
     position: absolute;
     display: block;
     height: 0;
@@ -3451,7 +3453,10 @@ dialog[open] {
     margin-top: -0.5rem;
     left: 0.90625rem;
     box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
-    width: 1rem; }
+    width: 1rem; 
+  
+  color: black;
+  }
   .tab-bar .menu-icon span:hover:after {
     box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }