Advertisement
ForbodingAngel

Untitled

May 15th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. @include media($tablet) {
  2. padding: 9px 20px;
  3. min-height: auto;
  4.  
  5. .main-menu-select {
  6. @include transition(0.2s);
  7. width: 100%;
  8. overflow-x:hidden;
  9. background: transparent url(./images/menu-icon.png) no-repeat center right;
  10. border-radius: 5px;
  11. &:hover {
  12. background-color: #444;
  13. }
  14. }
  15.  
  16. .jquery-responsive-select-menu {
  17. width: 120%;
  18. height: 40px;
  19. background: transparent;
  20. border: none;
  21. cursor: pointer;
  22.  
  23. color: #fff;
  24. font-weight: bold;
  25. text-shadow: 1px 1px 4px #000;
  26. padding-left: 20px;
  27. outline: 0;
  28. option {
  29. color: #000;
  30. text-shadow: none;
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement