From 1e54627a309d7fba80da89469b62725dd9a05318 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 19 Feb 2019 04:54:01 +0000 Subject: [PATCH] Links to forum replies should highlight the linked reply (#30834). Patch by Popoki Tom. git-svn-id: http://svn.redmine.org/redmine/trunk@17884 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6ee7575c6..3febc999a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -313,6 +313,7 @@ tr.message td.last_message { font-size: 80%; white-space: nowrap; } tr.message.sticky td.subject { font-weight: bold; } body.avatars-on #replies .message {padding-left:32px;} +#replies .reply:target h4 {background-color:#DDEEFF;} #replies h4 img.gravatar {margin-left:-32px;} tr.version.closed, tr.version.closed a { color: #999; } -- 2.39.5