Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. .ms-core-listMenu-verticalBox UL.root > LI > .menu-item {
  2. /*Style each menu item*/
  3. }
  4. .ms-core-listMenu-verticalBox > ul.root > li.static > ul.static > li.static > a:hover {
  5. /*Style on hove sub items*/
  6. }
  7. .ms-core-listMenu-verticalBox > ul.root > li.selected > a {
  8. /*Style selected top level item*/
  9. }
  10. .ms-core-listMenu-verticalBox > ul.root > li > a:hover {
  11. /*Style top level mouse hover*/
  12. }
  13. .ms-core-listMenu-verticalBox > ul.root > li.static > ul.static > li > a {
  14. /*Style sub level mouse hove*/
  15. }
  16. .ms-core-listMenu-verticalBox > ul.root > li.static > ul.static > li > a.selected {
  17. /*Style selected sub item*/
  18. }
  19. .ms-core-listMenu-verticalBox a.selected {
  20. /*Style Selected Item*/
  21. }
  22. .ms-core-listMenu-verticalBox UL.root UL {
  23. /*Style Outer Box*/
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement