Skip to content

Instantly share code, notes, and snippets.

@navhaxs
Last active July 13, 2020 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navhaxs/ff1f46b83bba726046cb750c6e7ccc7d to your computer and use it in GitHub Desktop.
Save navhaxs/ff1f46b83bba726046cb750c6e7ccc7d to your computer and use it in GitHub Desktop.
Hide personal details from Elvanto People view - Userstyle
@-moz-document url-prefix("https://swec.elvanto.com.au/admin/people/person/") {
body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(2) > div:nth-child(2) > div.form-group.date-picker-member_birthday-age,
body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(2) > div:nth-child(2) > div:nth-child(2),
body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(4), body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(8), body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(7), body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(3) > div, body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(5), body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(6), body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(2) > div:nth-child(2) > div:nth-child(5), body > div.app-admin-legacy > div.content-sidebar-wrapper > div.content-sidebar > div:nth-child(2) > section > dl > dd:nth-child(8), body > div.app-admin-legacy > div.content-sidebar-wrapper > div.content-sidebar > div:nth-child(2) > section > dl > dd:nth-child(10), body > div.app-admin-legacy > div.content-sidebar-wrapper > div.content-sidebar > div:nth-child(2) > section > dl > dd:nth-child(9), body > div.app-admin-legacy > div.content-sidebar-wrapper > div.content-sidebar > div:nth-child(2) > section > dl > dt:nth-child(7), body > div.app-admin-legacy > div.content-sidebar-wrapper > div.content-sidebar > div:nth-child(2) > section > dl > dt:nth-child(9), body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(2) > div:nth-child(2) > div.form-group.date-picker-member_birthday-age, body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(2) > div:nth-child(2) > div.form-group.date-picker-member_birthday-age, body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(2) > div:nth-child(2) > div:nth-child(6), body > div.app-admin-legacy > div.content-sidebar-wrapper > form > section > div:nth-child(2) > div:nth-child(2) > div:nth-child(8) {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment