Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
No edit summary
Line 57: Line 57:
.navboxMobile-subgroup .navboxMobile-group-level3 {
.navboxMobile-subgroup .navboxMobile-group-level3 {
     background-color: #e6e6ff; /* Level 3 color */
     background-color: #e6e6ff; /* Level 3 color */
}
/* Group Levels Indentation */
.navboxMobile-group-level2 {
    padding-left: 0; /* No indentation for main groups */
}
.navboxMobile-group-level3 {
    padding-left: 1em; /* Indent subgroups */
}
}