tabledrag.css

Same filename in this branch
  1. 9 core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css
  2. 9 core/themes/seven/css/classy/components/tabledrag.css
  3. 9 core/themes/claro/css/components/tabledrag.css
  4. 9 core/themes/bartik/css/classy/components/tabledrag.css
  5. 9 core/themes/starterkit_theme/css/components/tabledrag.css
  6. 9 core/themes/classy/css/components/tabledrag.css
Same filename in other branches
  1. 8.9.x core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css
  2. 8.9.x core/themes/seven/css/classy/components/tabledrag.css
  3. 8.9.x core/themes/claro/css/components/tabledrag.css
  4. 8.9.x core/themes/bartik/css/classy/components/tabledrag.css
  5. 8.9.x core/themes/classy/css/components/tabledrag.css
  6. 10 core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css
  7. 10 core/misc/dialog/off-canvas/css/tabledrag.css
  8. 10 core/themes/olivero/css/components/tabledrag.css
  9. 10 core/themes/claro/css/components/tabledrag.css
  10. 10 core/themes/starterkit_theme/css/components/tabledrag.css
  11. 11.x core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css
  12. 11.x core/misc/dialog/off-canvas/css/tabledrag.css
  13. 11.x core/themes/olivero/css/components/tabledrag.css
  14. 11.x core/themes/claro/css/components/tabledrag.css
  15. 11.x core/themes/starterkit_theme/css/components/tabledrag.css

Styles for tabledrag.

File

core/themes/olivero/css/components/tabledrag.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Styles for tabledrag.
  10. */
  11. .draggable:hover {
  12. background-color: #f7f9fa;
  13. }
  14. .draggable.drag {
  15. background-color: #f1f4f7;
  16. }
  17. .draggable.drag-previous {
  18. background-color: #e7edf1;
  19. }
  20. .drag-previous a {
  21. color: #313637; /* Ensure proper contrast. */
  22. }
  23. a.tabledrag-handle,
  24. .touchevents a.tabledrag-handle {
  25. width: 2.25rem;
  26. height: 2.25rem;
  27. }
  28. [dir="ltr"] .draggable a.tabledrag-handle {
  29. margin-left: 0;
  30. }
  31. [dir="rtl"] .draggable a.tabledrag-handle {
  32. margin-right: 0;
  33. }
  34. a.tabledrag-handle .handle {
  35. width: 2.25rem;
  36. height: 2.25rem;
  37. margin: 0;
  38. background-position: 50% 5px;
  39. }
  40. .touchevents a.tabledrag-handle .handle {
  41. height: 2.25rem;
  42. background-position: 50% 5px;
  43. }
  44. [dir="ltr"] .touchevents .draggable td {
  45. padding-left: 0;
  46. }
  47. [dir="rtl"] .touchevents .draggable td {
  48. padding-right: 0;
  49. }
  50. [dir="ltr"] .touchevents .draggable td {
  51. padding-right: 0.5625rem;
  52. }
  53. [dir="rtl"] .touchevents .draggable td {
  54. padding-left: 0.5625rem;
  55. }
  56. .touchevents .draggable td {
  57. padding-top: 0.5625rem;
  58. padding-bottom: 0.5625rem;
  59. }
  60. .touchevents .draggable .menu-item__link {
  61. padding: 0;
  62. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.