mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
Added border around post made by active user
This commit is contained in:
committed by
Daniël Klabbers
parent
f5ee37b394
commit
d5d769ebb1
@@ -202,6 +202,9 @@
|
||||
.Post--loading {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.Post--self {
|
||||
border: solid @config-primary-color;
|
||||
}
|
||||
.PostMeta {
|
||||
display: inline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user