diff options
author | Go MAEDA <maeda@farend.jp> | 2019-08-27 10:54:44 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-08-27 10:54:44 +0000 |
commit | 217bf4602993380dd032534f8b6be158f50b0dd4 (patch) | |
tree | 155e8a129eb41a037e8726e85066e829f40a1b01 /public | |
parent | c37d1b43a42502399a446108bf40d72d1ab60bef (diff) | |
download | redmine-217bf4602993380dd032534f8b6be158f50b0dd4.tar.gz redmine-217bf4602993380dd032534f8b6be158f50b0dd4.zip |
Add CSS class to "journal" and "reply" headers (#31950).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18403 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-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 82dbdc21f..8804d2301 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -311,7 +311,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.reply {padding-left: 32px;} -#replies .reply:target > h4 {background-color:#DDEEFF;} +#replies .reply:target h4.reply-header {background-color:#DDEEFF;} #replies h4 img.gravatar {margin-left:-32px;} tr.version.closed, tr.version.closed a { color: #999; } @@ -557,7 +557,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.note-header {background-color:#DDEEFF;} #history p.nodata {display: none;} div#activity dl, #search-results { margin-left: 2em; } |