DomButtonRedCircleMinus.css 824 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* === Red Circle Minus Buttons ==*/
  2. .mblDomButtonRedCircleMinus {
  3. position: relative;
  4. width: 29px;
  5. height: 29px;
  6. }
  7. .mblDomButtonRedCircleMinus > div {
  8. position: relative;
  9. top: 2px;
  10. left: 2px;
  11. width: 22px;
  12. height: 22px;
  13. border: 1px solid #B5B6B5;
  14. -webkit-border-radius: 12px;
  15. -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  16. }
  17. .mblDomButtonRedCircleMinus > div > div {
  18. position: relative;
  19. top: 2px;
  20. left: 2px;
  21. width: 18px;
  22. height: 18px;
  23. -webkit-border-radius: 9px;
  24. background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421));
  25. }
  26. .mblDomButtonRedCircleMinus > div > div > div {
  27. position: absolute;
  28. top: 8px;
  29. left: 3px;
  30. width: 12px;
  31. height: 3px;
  32. margin: 0px;
  33. font-size: 1px;
  34. border-style: none;
  35. background: white;
  36. }