(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
da80e62b0b
commit
e42fbe5207
Binary file not shown.
@ -134,12 +134,13 @@ blockquote {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hides the sub-sub-menu menu-item if parent not active
|
/* Hides the sub-sub-menu menu-item if parent not active */
|
||||||
.dd-item.parent > ul > li.dd-item.active > ul > li > ul > li {
|
.dd-item.parent > ul > li.dd-item.active > ul > li > ul > li {
|
||||||
display: none;
|
display: none;
|
||||||
|
background: #f00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dd-item.parent > ul > li.dd-item.active > ul > li {
|
.dd-item.parent > ul > li.dd-item.active > ul > li {
|
||||||
display: block;
|
display: block;
|
||||||
|
background: #0f0;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user