diff options
author | Go MAEDA <maeda@farend.jp> | 2019-02-19 04:54:01 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-02-19 04:54:01 +0000 |
commit | 1e54627a309d7fba80da89469b62725dd9a05318 (patch) | |
tree | e3cb82bdefa3b2922834d267929398151053cc97 /public | |
parent | 7b20e4c0348b9c7c59b13ee38a47a3d591f29db2 (diff) | |
download | redmine-1e54627a309d7fba80da89469b62725dd9a05318.tar.gz redmine-1e54627a309d7fba80da89469b62725dd9a05318.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |