nlozovan

Untitled

May 21st, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /*color on hover*/
  2.  
  3. .sf-menu li li a:hover{
  4. color: blue;
  5. }
  6.  
  7. /*color for menu links*/
  8. .sf-menu li, .sf-menu li li {
  9. color: green;
  10. }
  11.  
  12. /*color for selected parent menu link*/
  13. .sf-menu li.selected > a{
  14. color: grey;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment