From: Ove Klykken Date: Thu, 12 Jun 2014 18:07:03 +0000 (-0400) Subject: 'menu' beside hamburger X-Git-Tag: v1.0^2~60 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=64a16196dcef023af0340ddcf45b6726765d3974;p=web%2FSooLocks.git 'menu' beside hamburger --- diff --git a/css/foundation.css b/css/foundation.css index 673fbb2..cd8ce8f 100644 --- a/css/foundation.css +++ b/css/foundation.css @@ -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; }