Add new gender option of "Other"

This commit is contained in:
Nick Hall
2022-10-23 20:53:51 +01:00
parent b33c94a0d2
commit 06446a4ba9
44 changed files with 227 additions and 39 deletions

View File

@@ -180,6 +180,10 @@ Females Web_Gender_Female.png
#treeContainer div.female span.unlinked {
background:url(../images/Web_Gender_Female.png) #FFC0CB no-repeat top right;
}
#treeContainer div.other a,
#treeContainer div.other span.unlinked {
background:url(../images/Web_Gender_Other.png) #94EF9E no-repeat top right;
}
#treeContainer div.unknown a,
#treeContainer div.unknown span.unlinked {
background-color: #000;