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. 11.x 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. display: flex;
  39. align-items: center;
  40. justify-content: flex-end;
  41. }
  42. .field-plugin-settings-edit {
  43. width: var(--space-m);
  44. margin: 0;
  45. padding: 1px 0.5rem;
  46. }
  47. .field-plugin-settings-edit-wrapper .ajax-progress--throbber {
  48. margin-right: 0;
  49. margin-left: 0;
  50. }
  51. /* Settings editing subform. */
  52. .draggable.field-plugin-settings-editing,
  53. .draggable.drag-previous.field-plugin-settings-editing {
  54. background: var(--color-blue-050);
  55. }
  56. .field-plugin-settings-editing td {
  57. vertical-align: top;
  58. }
  59. .field-plugin-settings-editing .field-plugin-type {
  60. display: none;
  61. }
  62. .field-plugin-settings-edit-form .plugin-name {
  63. font-weight: bold;
  64. }
  65. .field-settings-summary-cell.field-settings-summary-cell li,
  66. .storage-settings-summary-cell.storage-settings-summary-cell li {
  67. margin: 0;
  68. list-style-type: none;
  69. }
  70. .field-settings-summary-cell li {
  71. font-size: 0.9em;
  72. }
  73. .field-settings-summary-cell li:first-child {
  74. font-size: 1em;
  75. }
  76. .allowed-values-table .form-item:where(:not(.hidden)) {
  77. display: inline-table;
  78. }

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