DomButtonDownArrow.css 468 B

123456789101112131415161718192021
  1. /* === Down Arrow Button ==*/
  2. .mblDomButtonDownArrow_2 DIV {
  3. position: absolute;
  4. left: 0px;
  5. clip: rect(7px 50px 40px 0px);
  6. }
  7. .mblDomButtonDownArrow_2 DIV DIV {
  8. top: -10px;
  9. left: 4px;
  10. width: 25px;
  11. height: 25px;
  12. margin: 0px;
  13. font-size: 1px;
  14. background-color: white;
  15. border-top: 1px solid #4A5A71;
  16. -webkit-transform: scaleX(0.6) rotate(45deg);
  17. -moz-transform: scaleX(0.6) rotate(45deg);
  18. }
  19. .mblTabPanelHeader .mblDomButtonDownArrow_2 DIV DIV {
  20. left: 11px;
  21. }