You are here

migrate.css in Migrate 6

table.migrate-dashboard tr.migrate-running {
  background-color: #CFC;
}

.migrate-running {
  background-color: #CFC;
}

.migrate-option-separator {
  margin-bottom:0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #aaa;
}

File

migrate.css
View source
  1. table.migrate-dashboard tr.migrate-running {
  2. background-color: #CFC;
  3. }
  4. .migrate-running {
  5. background-color: #CFC;
  6. }
  7. .migrate-option-separator {
  8. margin-bottom:0.2em;
  9. padding-bottom: 0.2em;
  10. border-bottom: 1px solid #aaa;
  11. }