diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-08 14:56:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-08 14:56:19 +0000 |
commit | f23c9eb17709086671986c8aea73b6477b482bbc (patch) | |
tree | a85c8960bfd05546dbbc9f848cdcc5dc0f55cd8f /public | |
parent | 74111bd9d3a0d848d6db2c7fa3acb8348153298b (diff) | |
download | redmine-f23c9eb17709086671986c8aea73b6477b482bbc.tar.gz redmine-f23c9eb17709086671986c8aea73b6477b482bbc.zip |
Note URLs should highlight the linked note (#22978).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@16776 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 519773bb2..9dce0dca4 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -760,6 +760,7 @@ div.thumbnails {margin:0.6em;} div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;} div.thumbnails img {margin: 3px; vertical-align: middle;} #history div.thumbnails {margin-left: 2em;} +#history div.highlight {background-color: #ffffdd;} p.other-formats { text-align: right; font-size:0.9em; color: #666; } .other-formats span + span:before { content: "| "; } |