DomButtonBlueBall.css 329 B

123456789101112131415
  1. /* === Blue Ball Button ==*/
  2. .mblDomButtonBlueBall {
  3. position: relative;
  4. width: 19px;
  5. height: 29px;
  6. }
  7. .mblDomButtonBlueBall > 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(#84AFF4), to(#2758B3));
  15. }