Commit 9e96dedf66e64a53f9554616762e27df0ec042b6
1 parent
7f57dd21
Exists in
master
and in
1 other branch
tweaked colors in inline comments [ci skip]
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
public/stylesheets/application.css
@@ -788,18 +788,18 @@ table.errs tr td.message .inline_comment { | @@ -788,18 +788,18 @@ table.errs tr td.message .inline_comment { | ||
788 | margin: 6px 0; | 788 | margin: 6px 0; |
789 | background-color: #E8F4FF; | 789 | background-color: #E8F4FF; |
790 | border: 1px solid #E2E2E2; | 790 | border: 1px solid #E2E2E2; |
791 | - text-shadow: 0 1px 0 #DDFFFF; | 791 | + text-shadow: 0 1px 0 #FAFAFA; |
792 | font-style: normal; | 792 | font-style: normal; |
793 | } | 793 | } |
794 | table.errs tr:hover td.message .inline_comment { | 794 | table.errs tr:hover td.message .inline_comment { |
795 | background-color: #E2EFFB; | 795 | background-color: #E2EFFB; |
796 | border-color: #DBDBDB; | 796 | border-color: #DBDBDB; |
797 | - text-shadow: 0 1px 0 #CCFBFB; | 797 | + text-shadow: 0 1px 0 #FFFFFF; |
798 | } | 798 | } |
799 | table.errs tr td.message .inline_comment em { | 799 | table.errs tr td.message .inline_comment em { |
800 | - color: #555555; | 800 | + color: #444; |
801 | } | 801 | } |
802 | table.errs tr td.message .inline_comment em.commenter { | 802 | table.errs tr td.message .inline_comment em.commenter { |
803 | - color: #888888; | 803 | + color: #777; |
804 | } | 804 | } |
805 | 805 |