diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-05-18 07:09:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-05-18 07:09:02 +0000 |
commit | 6e35d2f0e9f5573cb01f5c24169415dc2e8fa4e5 (patch) | |
tree | 998a7250a9a3b2c48ec3c7e7e78df5a28bca86dd /public/stylesheets | |
parent | 997bfbe78fd821dd79e45a2e8cba7b2ddbb92e95 (diff) | |
download | redmine-6e35d2f0e9f5573cb01f5c24169415dc2e8fa4e5.tar.gz redmine-6e35d2f0e9f5573cb01f5c24169415dc2e8fa4e5.zip |
Highlighting of source link target line (#13746).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11857 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/scm.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 7ae59abd2..de65941ed 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -64,6 +64,9 @@ table.filecontent td.line-code pre { font-family:"Liberation Mono", Courier, monospace; font-size:12px; } +table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; } +table.filecontent tr:target td.line-code { background-color:#DDEEFF; } + /* 12 different colors for the annonate view */ table.annotate tr.bloc-0 {background: #FFFFBF;} table.annotate tr.bloc-1 {background: #EABFFF;} |