From 7e3961891bed84f1932257328616ff3e8ababacc Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 12 Mar 2015 17:39:56 -0700 Subject: [PATCH] Tweak menu styles --- stylesheets/_global.scss | 13 +++++++++++-- stylesheets/manifest.css | 10 +++++++--- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 5c01a156a..63762949a 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -90,9 +90,18 @@ button.back { li { display: block; - cursor: pointer; white-space: nowrap; - padding: 5px 15px 5px 10px; + + a { + cursor: pointer; + display: block; + padding: 5px 15px 5px 10px; + + &:hover { + background-color: $grey_l; + } + } + } } } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 5438d51fd..7f0cde1f7 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -91,9 +91,13 @@ button.back { box-shadow: 0 4px 3px 0px rgba(12, 65, 108, 0.8); } .menu .menu-list li { display: block; - cursor: pointer; - white-space: nowrap; - padding: 5px 15px 5px 10px; } + white-space: nowrap; } + .menu .menu-list li a { + cursor: pointer; + display: block; + padding: 5px 15px 5px 10px; } + .menu .menu-list li a:hover { + background-color: #f3f3f3; } .file-input { position: relative;