Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Line 73: Line 73:
.navboxMobile-group-level2 {
.navboxMobile-group-level2 {
     background-color: #e6e6ff; /* Level 2 color */
     background-color: #e6e6ff; /* Level 2 color */
     padding-left: 0; /* No indentation */
     box-shadow: inset 5px 0 #fff, inset -5px 0 #fff; /* Create shadow effect */
     margin-top: 0.25em; /* Add spacing above for separation */
     margin-top: 0.25em; /* Add spacing above for separation */
     width: 95%; /* Slightly narrower than the title */
     width: 95%; /* Slightly narrower than the title */
Line 86: Line 86:
     margin-top: 0.25em; /* Add spacing above for separation */
     margin-top: 0.25em; /* Add spacing above for separation */
     width: 90%; /* Even narrower for level 3 */
     width: 90%; /* Even narrower for level 3 */
    box-shadow: inset 4px 0 #fff, inset -4px 0 #fff; /* Create shadow effect */
     box-sizing: border-box;
     box-sizing: border-box;
}
}