diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-29 12:18:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-29 12:18:53 +0000 |
commit | ca3f39f5fd7eb2342fce602ee013fa8d144fe73c (patch) | |
tree | be98abfb3766d2b2a2ae59f230cdf639b4e1bfe1 /public | |
parent | 607a82aa86aa86da1a778698fe2233d1438f6e96 (diff) | |
download | redmine-ca3f39f5fd7eb2342fce602ee013fa8d144fe73c.tar.gz redmine-ca3f39f5fd7eb2342fce602ee013fa8d144fe73c.zip |
Use CSS to highlight the journal title (#22978).
git-svn-id: http://svn.redmine.org/redmine/trunk@16912 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5d29244ee..fb5af5511 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -512,6 +512,8 @@ div.journal ul.details a:hover, ul.revision-info a:hover {color:#D14848;} body.avatars-on div.journal {padding-left:32px;} div.journal h4 img.gravatar {margin-left:-32px;} +#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; } div#activity dt.me .time { border-bottom: 1px solid #999; } |