Skip to content

Commit

Permalink
[Backoffice] Fix mobile menu style.
Browse files Browse the repository at this point in the history
Closes #41
  • Loading branch information
NoUseFreak committed Mar 22, 2015
1 parent 7d3861a commit aea0a41
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/Clastic/BackofficeBundle/Resources/public/styles/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,22 @@
}
}
}
}
}

.nav ul {
@media (max-width: @screen-sm-min) {
> li.divider,
.dropdown-header {
display: none;
}
li {

> a {
color: #fff !important;
}
> a:hover, li a:hover {
background-color: transparent !important;
}
}
}
}

0 comments on commit aea0a41

Please sign in to comment.