Merge pull request #906 from nextcloud/issue869

change timeline icon opacity
This commit is contained in:
Julius Härtl
2019-03-05 09:21:45 +01:00
committed by GitHub

View File

@@ -996,8 +996,12 @@ input.input-inline {
img { img {
max-width: 24px; max-width: 24px;
max-height: 24px; max-height: 24px;
opacity: 1;
} }
} }
& > img {
opacity: 0.7;
}
} }
.activitysubject.commentAuthor { .activitysubject.commentAuthor {