From eb73e4fef6723882b52fe14e7cc403ac300141cb Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 29 Mar 2018 00:30:11 +0000 Subject: [PATCH] Links to wiki headings should highlight the linked heading (#28330). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17244 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c5aeba8b2..35bd4ca04 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -551,6 +551,10 @@ table#time-report .hours-dec { font-size: 0.9em; } div.wiki-page .contextual a {opacity: 0.4} div.wiki-page .contextual a:hover {opacity: 1} +div.wiki a:target + h1, div.wiki a:target + h2, div.wiki a:target + h3, div.wiki a:target + h4, div.wiki a:target + h5, div.wiki a:target + h6 { + background-color:#DDEEFF; +} + .wiki-update-info {text-align:right; color:#666; font-size:90%;} form .attributes select { width: 60%; } -- 2.39.5