Tweak menu styles

pull/749/head
lilia 11 years ago
parent d20e23402d
commit 7e3961891b

@ -90,9 +90,18 @@ button.back {
li { li {
display: block; display: block;
cursor: pointer;
white-space: nowrap; white-space: nowrap;
a {
cursor: pointer;
display: block;
padding: 5px 15px 5px 10px; padding: 5px 15px 5px 10px;
&:hover {
background-color: $grey_l;
}
}
} }
} }
} }

@ -91,9 +91,13 @@ button.back {
box-shadow: 0 4px 3px 0px rgba(12, 65, 108, 0.8); } box-shadow: 0 4px 3px 0px rgba(12, 65, 108, 0.8); }
.menu .menu-list li { .menu .menu-list li {
display: block; display: block;
white-space: nowrap; }
.menu .menu-list li a {
cursor: pointer; cursor: pointer;
white-space: nowrap; display: block;
padding: 5px 15px 5px 10px; } padding: 5px 15px 5px 10px; }
.menu .menu-list li a:hover {
background-color: #f3f3f3; }
.file-input { .file-input {
position: relative; position: relative;

Loading…
Cancel
Save