DomButtonRedCircleArrow.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* === Red Circle Arrow Buttons ==*/
  2. .mblDomButtonRedCircleArrow {
  3. position: relative;
  4. width: 29px;
  5. height: 29px;
  6. }
  7. .mblDomButtonRedCircleArrow > div {
  8. position: relative;
  9. top: 2px;
  10. left: 2px;
  11. width: 22px;
  12. height: 22px;
  13. border: 1px solid #B5B6B5;
  14. -webkit-border-radius: 12px;
  15. -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  16. }
  17. .mblDomButtonRedCircleArrow > div > div {
  18. position: relative;
  19. top: 2px;
  20. left: 2px;
  21. width: 18px;
  22. height: 18px;
  23. -webkit-border-radius: 9px;
  24. background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421));
  25. }
  26. .mblDomButtonRedCircleArrow > div > div > div {
  27. position: absolute;
  28. top: 5px;
  29. left: 6px;
  30. width: 8px;
  31. height: 3px;
  32. margin: 0px;
  33. font-size: 1px;
  34. border-style: none;
  35. background: white;
  36. -webkit-transform: rotate(45deg);
  37. }
  38. .mblDomButtonRedCircleArrow > div > div > div > div {
  39. position: absolute;
  40. top: 1px;
  41. left: 6px;
  42. width: 3px;
  43. height: 8px;
  44. margin: 0px;
  45. font-size: 1px;
  46. background-color: white;
  47. }