DomButtonWhiteSearch.css 548 B

123456789101112131415161718192021222324252627282930
  1. /* === Search Button ==*/
  2. .mblDomButtonWhiteSearch {
  3. position: relative;
  4. width: 29px;
  5. height: 29px;
  6. }
  7. .mblDomButtonWhiteSearch > div {
  8. position: absolute;
  9. top: 5px;
  10. left: 6px;
  11. width: 10px;
  12. height: 10px;
  13. margin: 0px;
  14. font-size: 1px;
  15. border: 2px solid white;
  16. -webkit-border-radius: 6px;
  17. }
  18. .mblDomButtonWhiteSearch > div > div {
  19. position: absolute;
  20. top: 10px;
  21. left: 7px;
  22. width: 8px;
  23. height: 3px;
  24. margin: 0px;
  25. font-size: 1px;
  26. background-color: white;
  27. border: none;
  28. -webkit-transform: rotate(45deg);
  29. -webkit-border-radius: 0px;
  30. }