field-ui.admin.pcss.css

Same filename in other branches
  1. 8.9.x core/themes/claro/css/theme/field-ui.admin.pcss.css
  2. 10 core/themes/claro/css/theme/field-ui.admin.pcss.css
  3. 11.x core/themes/claro/css/theme/field-ui.admin.pcss.css

Replacement styles for Field UI admin.

File

core/themes/claro/css/theme/field-ui.admin.pcss.css

View source
  1. /**
  2. * @file
  3. * Replacement styles for Field UI admin.
  4. */
  5. @import "../base/variables.pcss.css";
  6. /* 'Manage fields' and 'Manage display' overviews */
  7. .field-ui-overview .region-title td {
  8. font-weight: bold;
  9. }
  10. .field-ui-overview .region-message td {
  11. font-style: italic;
  12. }
  13. /* 'Manage form display' and 'Manage display' overview */
  14. .field-plugin-summary {
  15. float: left; /* LTR */
  16. font-size: var(--font-size-s);
  17. }
  18. [dir="rtl"] .field-plugin-summary {
  19. float: right;
  20. }
  21. .field-plugin-summary-cell .warning {
  22. display: block;
  23. float: left; /* LTR */
  24. margin-right: 0.5em; /* LTR */
  25. }
  26. [dir="rtl"] .field-plugin-summary-cell .warning {
  27. float: right;
  28. margin-right: 0;
  29. margin-left: 0.5em;
  30. }
  31. /* Settings edit. */
  32. .field-plugin-settings-edit-wrapper {
  33. display: flex;
  34. align-items: center;
  35. justify-content: flex-end;
  36. }
  37. .field-plugin-settings-edit {
  38. width: var(--space-m);
  39. margin: 0;
  40. padding: 1px 8px;
  41. }
  42. .field-plugin-settings-edit-wrapper .ajax-progress--throbber {
  43. margin-right: 0;
  44. margin-left: 0;
  45. }
  46. /* Settings editing subform. */
  47. .draggable.field-plugin-settings-editing,
  48. .draggable.drag-previous.field-plugin-settings-editing {
  49. background: var(--color-blue-050);
  50. }
  51. .field-plugin-settings-editing td {
  52. vertical-align: top;
  53. }
  54. .field-plugin-settings-editing .field-plugin-type {
  55. display: none;
  56. }
  57. .field-plugin-settings-edit-form .plugin-name {
  58. font-weight: bold;
  59. }

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