From: Go MAEDA Date: Wed, 31 Jul 2019 09:11:16 +0000 (+0000) Subject: Merged r18329 from trunk to 4.0-stable (#31742). X-Git-Tag: 4.0.5~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74b8b348684902925f40f7e9f8dcb4bcc64343ef;p=redmine.git Merged r18329 from trunk to 4.0-stable (#31742). git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18336 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 0493aba37..2ddf8a67d 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -312,7 +312,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 .reply:target > h4 {background-color:#DDEEFF;} #replies h4 img.gravatar {margin-left:-32px;} tr.version.closed, tr.version.closed a { color: #999; } @@ -529,7 +529,7 @@ div.journal h4 img.gravatar {margin-left:-32px;} border-radius: 0 0 3px 3px / 0 0 3px 3px; } -#history div:target h4 {background-color:#DDEEFF;} +#history div:target > h4 {background-color:#DDEEFF;} div#activity dl, #search-results { margin-left: 2em; } div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }