Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

tabledrag.css

Same filename in this branch
  1. 11.1.x core/themes/olivero/css/components/tabledrag.css
  2. 11.1.x core/themes/starterkit_theme/css/components/tabledrag.css
  3. 11.1.x core/themes/claro/css/components/tabledrag.css
  4. 11.1.x core/misc/dialog/off-canvas/css/tabledrag.css

Visual styles for table drag.

File

core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css

View source
  1. /**
  2. * @file
  3. * Visual styles for table drag.
  4. */
  5. tr.drag {
  6. background-color: #fffff0;
  7. }
  8. tr.drag-previous {
  9. background-color: #ffd;
  10. }
  11. body div.tabledrag-changed-warning {
  12. margin-bottom: 0.5em;
  13. }
RSS feed
Powered by Drupal