DomButtonSilverCircleGrayButton.css 720 B

123456789101112131415161718192021222324252627
  1. /* === Silver Circle Gray Button ==*/
  2. .mblDomButtonSilverCircleGrayButton {
  3. position: relative;
  4. width: 30px;
  5. height: 30px;
  6. }
  7. .mblDomButtonSilverCircleGrayButton > 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. .mblDomButtonSilverCircleGrayButton > div > div {
  19. position: relative;
  20. top: 6px;
  21. left: 6px;
  22. width: 12px;
  23. height: 12px;
  24. border: 1px inset #AEAEAE;
  25. -webkit-border-radius: 7px;
  26. background: -webkit-gradient(linear, left top, left bottom, from(#D4D4D4), to(#BABABA));
  27. }