Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #dx-menu-shortcode-fixed {
  2. height: 51px;
  3. width: 100%;
  4. left: 0;
  5. top: 0;
  6. }
  7.  
  8. #dx-menu-shortcode-fixed li {
  9. margin-bottom: 0;
  10. padding: 12px 0;
  11. }
  12.  
  13. #dx-menu-shortcode-fixed li:hover {
  14. background: none;
  15. }
  16.  
  17. #dx-menu-shortcode-fixed li a {
  18. padding: 17px 10px;
  19. font-size: 16px;
  20. }
  21.  
  22. #dx-menu-shortcode-fixed li a:hover {
  23. background: rgba(36,159,85,1);
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement