]> source.dussan.org Git - redmine.git/commitdiff
Change highlight settings (#22978).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 8 Jul 2017 15:01:06 +0000 (15:01 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 8 Jul 2017 15:01:06 +0000 (15:01 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16777 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.html.erb
public/stylesheets/application.css

index 46494ff9f78636a52c565d0dd610ccbfc323d9c1..bac3dc51fa63b9e562c8935aa1565f5a16204a9c 100644 (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)
     }
   });
 });
index 9dce0dca4218e8f42c864af9522ae5c88e208b3c..005dcfef9e900499d58b32f3f1e60100661e7fc9 100644 (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: "| "; }