Commit 62bc0ce9d866c14a218100c8154c84a3fe17179e

Authored by Nathan Broadbent
1 parent aeae9b4a
Exists in master and in 1 other branch production

Tweaked comment bg color [ci skip]

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/assets/stylesheets/errbit.css
... ... @@ -832,13 +832,13 @@ table.errs tr td.message .inline_comment {
832 832 display: inline-block;
833 833 padding: 3px 7px;
834 834 margin: 6px 0;
835   - background-color: #E8F4FF;
  835 + background-color: #DAE5FF;
836 836 border: 1px solid #E2E2E2;
837 837 text-shadow: 0 1px 0 #FAFAFA;
838 838 font-style: normal;
839 839 }
840 840 table.errs tr:hover td.message .inline_comment {
841   - background-color: #E2EFFB;
  841 + background-color: #D5E0FA;
842 842 border-color: #DBDBDB;
843 843 text-shadow: 0 1px 0 #FFFFFF;
844 844 }
... ...