DomButtonGreenBall.css 332 B

123456789101112131415
  1. /* === Green Ball Button ==*/
  2. .mblDomButtonGreenBall {
  3. position: relative;
  4. width: 19px;
  5. height: 29px;
  6. }
  7. .mblDomButtonGreenBall > 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(#59E738), to(#0AA908));
  15. }