Tweak menu styles

This commit is contained in:
lilia 2015-03-12 17:39:56 -07:00
parent d20e23402d
commit 7e3961891b
2 changed files with 18 additions and 5 deletions

View file

@ -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;
}
}
}
}
}

View file

@ -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;