diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-08 15:01:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-08 15:01:06 +0000 |
commit | e039e71d4f50dfe507b6009675e23d0a3cea491b (patch) | |
tree | bc500eee485d50184ded2a8b6b519367f4711ef2 /public | |
parent | f23c9eb17709086671986c8aea73b6477b482bbc (diff) | |
download | redmine-e039e71d4f50dfe507b6009675e23d0a3cea491b.tar.gz redmine-e039e71d4f50dfe507b6009675e23d0a3cea491b.zip |
Change highlight settings (#22978).
git-svn-id: http://svn.redmine.org/redmine/trunk@16777 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 9dce0dca4..005dcfef9 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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: "| "; } |