tripal_bulk_loader.css 313 B

12345678910111213141516171819
  1. /**
  2. * @file
  3. * CSS related to Tripal Bulk Loader
  4. */
  5. /**
  6. * Tripal Bulk Loading Job Node
  7. */
  8. #expired-constants .fieldset-wrapper, #expired-constants fieldset {
  9. border-color: #ed5;
  10. background-color: #fffce5;
  11. }
  12. #expired-constants legend {
  13. border-color: #ed5;
  14. background-color: #DDDAC0;
  15. color: #840;
  16. }