field-ui.admin.css

Same filename in other branches
  1. 9 core/themes/claro/css/theme/field-ui.admin.css
  2. 8.9.x core/themes/claro/css/theme/field-ui.admin.css
  3. 10 core/themes/claro/css/theme/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. }

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