Hide unregistered user errors in groups

// FREEBIE
This commit is contained in:
lilia 2016-05-25 20:19:31 -07:00
parent b2f07984df
commit 3217f2c0b6
2 changed files with 9 additions and 0 deletions

View file

@ -229,6 +229,12 @@ li.entry .error-icon-container {
}
.group {
li.entry .unregistered-user-error {
display: none;
}
}
.group-update {
font-size: smaller;

View file

@ -867,6 +867,9 @@ li.entry .error-icon-container {
-webkit-mask-size: 100%;
background-color: red; }
.group li.entry .unregistered-user-error {
display: none; }
.group-update {
font-size: smaller; }