_miscellaneous.scss 572 B

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