diff options
author | Go MAEDA <maeda@farend.jp> | 2019-07-31 09:11:16 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-07-31 09:11:16 +0000 |
commit | 74b8b348684902925f40f7e9f8dcb4bcc64343ef (patch) | |
tree | e471e7b9c4f24b6273b43a259cab6dc6308d20dc | |
parent | 86d88ab336ba42e37cffc6a8ef74ad07a010bb8c (diff) | |
download | redmine-74b8b348684902925f40f7e9f8dcb4bcc64343ef.tar.gz redmine-74b8b348684902925f40f7e9f8dcb4bcc64343ef.zip |
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
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |