Commit dd75f486d2dba95448d6a7e4a996648bf99327f2
1 parent
20e4cd35
Exists in
master
and in
1 other branch
Tweaked inline comment styles [ci skip]
Showing
1 changed file
with
11 additions
and
6 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -742,15 +742,20 @@ table.errs tr td.message .inline_comment { |
742 | 742 | display: inline-block; |
743 | 743 | padding: 3px 7px; |
744 | 744 | margin: 6px 0; |
745 | - background-color: #F5F5F5; | |
746 | - border: 1px solid #E6E6E6; | |
745 | + background-color: #E8F4FF; | |
746 | + border: 1px solid #E2E2E2; | |
747 | + text-shadow: 0 1px 0 #DDFFFF; | |
748 | + font-style: normal; | |
747 | 749 | } |
748 | 750 | table.errs tr:hover td.message .inline_comment { |
749 | - background-color: #EEEEEE; | |
750 | - border-color: #DFDFDF; | |
751 | + background-color: #E2EFFB; | |
752 | + border-color: #DBDBDB; | |
753 | + text-shadow: 0 1px 0 #CCFBFB; | |
754 | +} | |
755 | +table.errs tr td.message .inline_comment em { | |
756 | + color: #555555; | |
751 | 757 | } |
752 | - | |
753 | 758 | table.errs tr td.message .inline_comment em.commenter { |
754 | - color: #999999; | |
759 | + color: #888888; | |
755 | 760 | } |
756 | 761 | ... | ... |