add white background over dropdown children

This commit is contained in:
Tilo Mitra 2014-08-25 10:50:50 -07:00
parent eab6a0ca65
commit 4a52463933

View File

@ -2,6 +2,10 @@
font-weight: bold;
}
.pure-menu-children {
background: white;
}
.pure-menu-responsive-toggle {
float: right;
}