DomButtonRedBall.css 326 B

123456789101112131415
  1. /* === Red Ball Button ==*/
  2. .mblDomButtonRedBall {
  3. position: relative;
  4. width: 19px;
  5. height: 29px;
  6. }
  7. .mblDomButtonRedBall > div {
  8. position: relative;
  9. top: 8px;
  10. left: 4px;
  11. width: 14px;
  12. height: 14px;
  13. -webkit-border-radius: 7px;
  14. background: -webkit-gradient(linear, left top, left bottom, from(#EC9B9D), to(#D73C3F));
  15. }