1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 09:11:19 +02:00
Files
php-flarum/extensions/approval/less/forum/extension.less
2015-09-22 18:14:56 +09:30

8 lines
98 B
Plaintext

.CommentPost--unapproved {
.Post-header,
.Post-body,
.Post-footer {
opacity: 0.5;
}
}