_jquerynestable.scss 346 B

123456789101112131415161718192021222324
  1. .dd-handle {
  2. background-color: #f9f9f9 !important;
  3. &:hover {
  4. color: #2196F3;
  5. }
  6. }
  7. .nestable-dark-theme {
  8. .dd-handle {
  9. background: #ccc !important;
  10. border: 1px solid #999 !important;
  11. }
  12. }
  13. .dd3-handle {
  14. background: #999 !important;
  15. }
  16. .dd3-content {
  17. &:hover {
  18. color: #2196F3;
  19. }
  20. }