DomButtonSilverCircleGreenPlus.css 824 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* === Silver Circle Green Plus Button ==*/
  2. .mblDomButtonSilverCircleGreenPlus {
  3. position: relative;
  4. width: 30px;
  5. height: 30px;
  6. }
  7. .mblDomButtonSilverCircleGreenPlus > div {
  8. position: relative;
  9. top: 0px;
  10. left: 0px;
  11. width: 26px;
  12. height: 26px;
  13. border: 1px solid #B5B6B5;
  14. -webkit-border-radius: 13px;
  15. -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  16. background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2));
  17. }
  18. .mblDomButtonSilverCircleGreenPlus > div > div {
  19. position: absolute;
  20. top: 11px;
  21. left: 4px;
  22. width: 18px;
  23. height: 4px;
  24. margin: 0px;
  25. font-size: 1px;
  26. background-color: #17DF25;
  27. }
  28. .mblDomButtonSilverCircleGreenPlus > div > div > div {
  29. position: absolute;
  30. top: -7px;
  31. left: 7px;
  32. width: 4px;
  33. height: 18px;
  34. margin: 0px;
  35. font-size: 1px;
  36. background-color: #17DF25;
  37. }