(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-23 17:38:02 +02:00 committed by GitSync
parent 6a547d0f8a
commit 4a58a0b8a3
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -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 {