field-ui.admin.css

Replacement styles for Field UI admin.

File

core/themes/claro/css/theme/field-ui.admin.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. * Replacement styles for Field UI admin.
  10. */
  11. /* 'Manage fields' and 'Manage display' overviews */
  12. .field-ui-overview .region-title td {
  13. font-weight: bold;
  14. }
  15. .field-ui-overview .region-message td {
  16. font-style: italic;
  17. }
  18. /* 'Manage form display' and 'Manage display' overview */
  19. .field-plugin-summary {
  20. float: left; /* LTR */
  21. font-size: var(--font-size-s);
  22. }
  23. [dir="rtl"] .field-plugin-summary {
  24. float: right;
  25. }
  26. .field-plugin-summary-cell .warning {
  27. display: block;
  28. float: left; /* LTR */
  29. margin-right: 0.5em; /* LTR */
  30. }
  31. [dir="rtl"] .field-plugin-summary-cell .warning {
  32. float: right;
  33. margin-right: 0;
  34. margin-left: 0.5em;
  35. }
  36. /* Settings edit. */
  37. .field-plugin-settings-edit-wrapper {
  38. position: relative;
  39. display: flex;
  40. align-items: center;
  41. justify-content: flex-end;
  42. }
  43. .field-plugin-settings-edit {
  44. width: var(--space-m);
  45. margin: 0;
  46. padding: 1px 0.5rem;
  47. }
  48. .field-plugin-settings-edit-wrapper .ajax-progress--throbber {
  49. position: absolute;
  50. inset-block-start: 1.5625rem;
  51. margin-inline: 0;
  52. }
  53. /* Settings editing subform. */
  54. .draggable.field-plugin-settings-editing,
  55. .draggable.drag-previous.field-plugin-settings-editing {
  56. background: var(--color-blue-050);
  57. }
  58. .field-plugin-settings-editing td {
  59. vertical-align: top;
  60. }
  61. .field-plugin-settings-editing .field-plugin-type {
  62. display: none;
  63. }
  64. .field-plugin-settings-edit-form .plugin-name {
  65. font-weight: bold;
  66. }
  67. .field-settings-summary-cell.field-settings-summary-cell li,
  68. .storage-settings-summary-cell.storage-settings-summary-cell li {
  69. margin: 0;
  70. list-style-type: none;
  71. }
  72. .field-settings-summary-cell li {
  73. font-size: 0.9em;
  74. }
  75. .field-settings-summary-cell li:first-child {
  76. font-size: 1em;
  77. }
  78. .allowed-values-table .form-item:where(:not(.hidden)) {
  79. display: inline-table;
  80. }
  81. .field-label-wrapper {
  82. white-space: nowrap;
  83. }
  84. .field-label-wrapper .field-label-text,
  85. .field-label-wrapper .field-ui-secondary-text {
  86. display: inline;
  87. white-space: nowrap;
  88. }
  89. .field-machine-name {
  90. margin-left: 0.25rem;
  91. font-family: monospace;
  92. }
  93. .field-label-container .field-label-text {
  94. font-weight: 600;
  95. }
  96. .field-ui-secondary-text {
  97. margin-top: 0;
  98. color: var(--color-gray-600);
  99. font-size: 0.75rem;
  100. font-weight: 400;
  101. }
  102. .field-settings-summary-container {
  103. gap: 0;
  104. }
  105. .field-settings-summary-items {
  106. gap: 0;
  107. }
  108. .field-details-container {
  109. gap: 0.5rem;
  110. margin-top: 0.5rem;
  111. }
  112. .field-ui-pill {
  113. display: inline-block;
  114. padding: 0.25rem 0.75rem;
  115. letter-spacing: 0.025em;
  116. color: var(--color-gray-700);
  117. border: 1px solid var(--color-gray-300);
  118. border-radius: 0.75rem;
  119. background-color: var(--color-white);
  120. font-size: 0.75rem;
  121. font-weight: 600;
  122. line-height: 1;
  123. }
  124. .field-ui-overview td[data-drupal-selector*="details"] {
  125. text-align: left;
  126. }

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