Merge pull request #906 from nextcloud/issue869
change timeline icon opacity
This commit is contained in:
@@ -996,8 +996,12 @@ input.input-inline {
|
||||
img {
|
||||
max-width: 24px;
|
||||
max-height: 24px;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
& > img {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
.activitysubject.commentAuthor {
|
||||
|
||||
Reference in New Issue
Block a user