1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-10 01:21:32 +00:00

Change highlight settings (#22978).

git-svn-id: http://svn.redmine.org/redmine/trunk@16777 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-07-08 15:01:06 +00:00
parent f23c9eb177
commit e039e71d4f
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ $(document).ready(function(){
$(window).on('load hashchange',function(){
var hash = location.hash;
if (hash.match(/^#(change|note)-\d+$/)){
$('div' + hash).addClass('highlight').removeClass('highlight', 2000)
$('div' + hash).addClass('highlight').removeClass('highlight', 4000)
}
});
});

View File

@ -760,7 +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;}
#history div.highlight {background-color: #ddf;}
p.other-formats { text-align: right; font-size:0.9em; color: #666; }
.other-formats span + span:before { content: "| "; }