DomButtonUpArrow.css 458 B

123456789101112131415161718192021
  1. /* === Up Arrow Button ==*/
  2. .mblDomButtonUpArrow_2 DIV {
  3. position: absolute;
  4. left: 0px;
  5. clip: rect(0px 30px 20px 0px);
  6. }
  7. .mblDomButtonUpArrow_2 DIV DIV {
  8. top: 9px;
  9. left: 4px;
  10. width: 20px;
  11. height: 20px;
  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 .mblDomButtonUpArrow_2 DIV DIV {
  20. left: 11px;
  21. }