metisMenu.css 856 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .arrow {
  2. float: right;
  3. line-height: 1.42857;
  4. }
  5. .glyphicon.arrow:before {
  6. content: "\e079";
  7. }
  8. .active > a > .glyphicon.arrow:before {
  9. content: "\e114";
  10. }
  11. /*
  12. * Require Font-Awesome
  13. * http://fortawesome.github.io/Font-Awesome/
  14. */
  15. .fa.arrow:before {
  16. content: "\f104";
  17. }
  18. .active > a > .fa.arrow:before {
  19. content: "\f107";
  20. }
  21. .plus-times {
  22. float: right;
  23. }
  24. .fa.plus-times:before {
  25. content: "\f067";
  26. }
  27. .active > a > .fa.plus-times {
  28. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  29. -webkit-transform: rotate(45deg);
  30. -moz-transform: rotate(45deg);
  31. -ms-transform: rotate(45deg);
  32. -o-transform: rotate(45deg);
  33. transform: rotate(45deg);
  34. }
  35. .plus-minus {
  36. float: right;
  37. }
  38. .fa.plus-minus:before {
  39. content: "\f067";
  40. }
  41. .active > a > .fa.plus-minus:before {
  42. content: "\f068";
  43. }