1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Added border around post made by active user

This commit is contained in:
Matthew Kilgore
2019-11-01 22:55:47 -04:00
committed by Daniël Klabbers
parent 6d78445569
commit 6668f1b7ee
2 changed files with 4 additions and 1 deletions

View File

@@ -202,6 +202,9 @@
.Post--loading {
opacity: 0.5;
}
.Post--self {
border: solid @config-primary-color;
}
.PostMeta {
display: inline;
}