Is there a way to make this group list
look like the member list?
Group list
Member list
look like the member list?
Group list
Member list
form[action^="/g"]:first-child { display: none; }
form[action^="/g"] table tbody tr:first-child { opacity: 0; }
form[action^="/g"]:first-child { display: none !important; }
form[action^="/g"] table tbody tr:first-child { opacity: 0 !important; }