(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
6a547d0f8a
commit
4a58a0b8a3
Binary file not shown.
@ -124,7 +124,7 @@ blockquote {
|
||||
border-left: 10px solid #9C5EA2;
|
||||
}
|
||||
|
||||
/* Hides the sub-menu item if parent not active */
|
||||
/* Hides the sub-menu item if parent not active
|
||||
.dd-item .dd-item ul li {
|
||||
display: none;
|
||||
}
|
||||
@ -134,7 +134,7 @@ blockquote {
|
||||
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 {
|
||||
display: none;
|
||||
}
|
||||
@ -142,6 +142,7 @@ blockquote {
|
||||
.dd-item.parent > ul > li.dd-item.active > ul > li {
|
||||
display: block;
|
||||
}
|
||||
*/
|
||||
|
||||
/* hide scrollbar from jquery.scrollbar. Firefox already adds one anyways */
|
||||
.scroll-element.scroll-y {
|
||||
|
Loading…
Reference in New Issue
Block a user