From 9e96dedf66e64a53f9554616762e27df0ec042b6 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sun, 2 Oct 2011 15:45:16 +0800 Subject: [PATCH] tweaked colors in inline comments [ci skip] --- public/stylesheets/application.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 0f31684..06eb349 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -788,18 +788,18 @@ table.errs tr td.message .inline_comment { margin: 6px 0; background-color: #E8F4FF; border: 1px solid #E2E2E2; - text-shadow: 0 1px 0 #DDFFFF; + text-shadow: 0 1px 0 #FAFAFA; font-style: normal; } table.errs tr:hover td.message .inline_comment { background-color: #E2EFFB; border-color: #DBDBDB; - text-shadow: 0 1px 0 #CCFBFB; + text-shadow: 0 1px 0 #FFFFFF; } table.errs tr td.message .inline_comment em { - color: #555555; + color: #444; } table.errs tr td.message .inline_comment em.commenter { - color: #888888; + color: #777; } -- libgit2 0.21.2