You are here

fusion_apply_ui.css in Fusion Accelerator 7.2

.form-disabled { 
  opacity: .7;
  color: #999;
}
.vertical-tabs-panes .fieldset-description {
  padding-bottom: 1em;
  border-bottom: dashed 1px #666;
  margin-bottom: 1em;
}

File

fusion_apply/fusion_apply_ui.css
View source
  1. .form-disabled {
  2. opacity: .7;
  3. color: #999;
  4. }
  5. .vertical-tabs-panes .fieldset-description {
  6. padding-bottom: 1em;
  7. border-bottom: dashed 1px #666;
  8. margin-bottom: 1em;
  9. }