DomButtonOrangeBall.css 335 B

123456789101112131415
  1. /* === Orange Ball Button ==*/
  2. .mblDomButtonOrangeBall {
  3. position: relative;
  4. width: 19px;
  5. height: 29px;
  6. }
  7. .mblDomButtonOrangeBall > 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(#F9E20A), to(#FF6B0A));
  15. }