field-ui.admin.css

Same filename in other branches
  1. 9 core/themes/claro/css/theme/field-ui.admin.css
  2. 10 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/2815083
  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: 0.889rem;
  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: 1rem;
  44. margin: 0;
  45. padding: 1px 8px;
  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: #d5e9f2;
  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. }

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