_miscellaneous.scss 599 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * Plugins: Miscellaneous
  3. * ----------------------
  4. * Old plugin codes
  5. */
  6. // _fix for sparkline tooltip
  7. .jqstooltip {
  8. height: auto !important;
  9. padding: 5px !important;
  10. width: auto !important;
  11. }
  12. // jQueryUI
  13. .connectedSortable {
  14. min-height: 100px;
  15. }
  16. .ui-helper-hidden-accessible {
  17. border: 0;
  18. clip: rect(0 0 0 0);
  19. height: 1px;
  20. margin: -1px;
  21. overflow: hidden;
  22. padding: 0;
  23. position: absolute;
  24. width: 1px;
  25. }
  26. .sort-highlight {
  27. background: $gray-100;
  28. border: 1px dashed $gray-300;
  29. margin-bottom: 10px;
  30. }
  31. // Charts
  32. .chart {
  33. overflow: hidden;
  34. position: relative;
  35. }