diff --git a/css/application.css b/css/application.css index a9f295aef2..6ac1eba58c 100644 --- a/css/application.css +++ b/css/application.css @@ -560,9 +560,11 @@ div.leanModal_box { width: 14px; height: 14px; z-index: 2; - color: #000; } + color: #aaa; + font-style: normal; } div.leanModal_box a.modal_close:hover { - text-decoration: none; } + text-decoration: none; + color: #993333; } div.leanModal_box h1 { font-size: 24px; margin-top: 0; @@ -3715,6 +3717,17 @@ div.answer-own { padding-left: 8.178%; padding-top: 10px; } +div.answer-actions { + text-align: right; + margin: 0; + padding: 0; } + div.answer-actions span.sep { + color: #ddd; } + div.answer-actions a { + text-decoration: none; } + div.answer-actions a.question-edit, div.answer-actions a.permant-link { + color: #999; } + form.answer-form, form.question-form { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; diff --git a/css/marketing.css b/css/marketing.css index 0de9c2d1c5..4ff920c173 100644 --- a/css/marketing.css +++ b/css/marketing.css @@ -635,9 +635,11 @@ div.leanModal_box { width: 14px; height: 14px; z-index: 2; - color: #000; } + color: #aaa; + font-style: normal; } div.leanModal_box a.modal_close:hover { - text-decoration: none; } + text-decoration: none; + color: #993333; } div.leanModal_box h1 { font-size: 24px; margin-top: 0;