Hide unregistered user errors in groups
// FREEBIE
This commit is contained in:
parent
b2f07984df
commit
3217f2c0b6
2 changed files with 9 additions and 0 deletions
|
@ -229,6 +229,12 @@ li.entry .error-icon-container {
|
|||
|
||||
}
|
||||
|
||||
.group {
|
||||
li.entry .unregistered-user-error {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.group-update {
|
||||
font-size: smaller;
|
||||
|
|
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue