You are here

webform.css in Webform 6.2

Same filename and directory in other branches
  1. 5.2 webform.css
  2. 5 webform.css
.webform-submission-navigation {
  text-align: right;
}
.webform-submission-next {
  margin-left: 20px;
}
.webform-checkbox {
  text-align: center;
  width: 40px;
}
.webform-default-value {
  color: #999;
}
.webform-results-per-page a.selected {
  font-weight: bold;
}

tr.webform-add-form .tabledrag-changed {
  display: none;
}
#webform-components tr.webform-add-form {
  background-color: inherit;
}

File

webform.css
View source
  1. .webform-submission-navigation {
  2. text-align: right;
  3. }
  4. .webform-submission-next {
  5. margin-left: 20px;
  6. }
  7. .webform-checkbox {
  8. text-align: center;
  9. width: 40px;
  10. }
  11. .webform-default-value {
  12. color: #999;
  13. }
  14. .webform-results-per-page a.selected {
  15. font-weight: bold;
  16. }
  17. tr.webform-add-form .tabledrag-changed {
  18. display: none;
  19. }
  20. #webform-components tr.webform-add-form {
  21. background-color: inherit;
  22. }