Advertisement
Guest User

WP 3.3 Admin menu accessify

a guest
Oct 11th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. #adminmenu li.menu-top > a:active,
  2. #adminmenu li.menu-top > a:focus {
  3. background-color: #E4E4E4;
  4. color: #D54E21;
  5. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  6. }
  7. #adminmenu li.wp-has-submenu.menu-top > a:focus:active,
  8. #adminmenu li.wp-has-submenu.menu-top > a:focus:after {
  9. content: "\0020 \2192";
  10. }
  11. #adminmenu .wp-submenu a:active,
  12. #adminmenu .wp-submenu a:focus {
  13. background-color: #EAF2FA;
  14. color: #333333;
  15. text-decoration:underline;
  16. }
  17. #adminmenu li.menu-top > a.wp-has-current-submenu:active,
  18. #adminmenu li.menu-top > a.wp-has-current-submenu:focus {
  19. color: #fff;
  20. }
  21. #adminmenu li.menu-top > a.wp-has-current-submenu:active:after,
  22. #adminmenu li.menu-top > a.wp-has-current-submenu:focus:after {
  23. content: "\0020 \2193";
  24. }
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement