You are here

custom.css in Content Import 8.9

Same filename and directory in other branches
  1. 8 css/custom.css
  2. 8.3 css/custom.css
  3. 8.4 css/custom.css
#edit-actions {
  display: none;
}
#content_import_fields_change_wrapper {
  float: left;
}
.contentimport .description {
  color: #31825d !important;
}

File

css/custom.css
View source
  1. #edit-actions {
  2. display: none;
  3. }
  4. #content_import_fields_change_wrapper {
  5. float: left;
  6. }
  7. .contentimport .description {
  8. color: #31825d !important;
  9. }