diff options
author | Mario <mario@mariovavti.com> | 2022-12-22 12:22:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-12-22 12:22:32 +0000 |
commit | 7ef946228643a893ce07bed3b2d25473b3bde50c (patch) | |
tree | 491fad28c623ef1cb72c7669525d5e6d4f887c7c /view | |
parent | c6e7a7eaee5b9bf97a8d02cac9cec05f5750b426 (diff) | |
download | volse-hubzilla-7ef946228643a893ce07bed3b2d25473b3bde50c.tar.gz volse-hubzilla-7ef946228643a893ce07bed3b2d25473b3bde50c.tar.bz2 volse-hubzilla-7ef946228643a893ce07bed3b2d25473b3bde50c.zip |
bring back item-highlight
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index e286a2b22..d6a99f853 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -94,7 +94,6 @@ /* conversation */ - /* conv_item */ .wall-item-head-new { @@ -216,6 +215,9 @@ a.wall-item-name-link { color: #007bff; } +.item-highlight { + border-left: 0.2rem solid #007bff; +} /* comment_item */ |