Line 292: | Line 292: | ||
} | } | ||
− | #sidebar ul | + | #sidebar ul li a{ |
background:#1C1E1F; | background:#1C1E1F; | ||
color:#ccc; | color:#ccc; | ||
Line 302: | Line 302: | ||
} | } | ||
− | #sidebar ul | + | #sidebar ul li a:hover{ |
− | background-color: rgba(255,255,255,0.3) | + | background-color: rgba(255,255,255,0.3) |
} | } | ||
− | #sidebar ul | + | /*** Accordion Menu ***/ |
+ | #sidebar ul ul a { | ||
background:#1C1E1F; | background:#1C1E1F; | ||
color:#ccc; | color:#ccc; | ||
Line 316: | Line 317: | ||
} | } | ||
− | #sidebar ul | + | #sidebar ul ul a:hover{ |
− | background-color: rgba(255,255,255,0.3) | + | background-color: rgba(255,255,255,0.3) |
} | } | ||
− | #sidebar ul.sub li{ | + | #sidebar ul ul.sub li{ |
− | + | ||
display:none; | display:none; | ||
padding-left: 15px; | padding-left: 15px; | ||
+ | transition: all 0.5s ease; | ||
} | } | ||
Revision as of 13:05, 4 May 2017