diff --git a/wp-content/themes/twentyfourteen/css/ie.css b/wp-content/themes/twentyfourteen/css/ie.css index b7462af7f7..0243ccedb0 100644 --- a/wp-content/themes/twentyfourteen/css/ie.css +++ b/wp-content/themes/twentyfourteen/css/ie.css @@ -479,6 +479,7 @@ a.post-thumbnail:hover { } .ie8 .comment-author, +.ie8 .comment-awaiting-moderation, .ie8 .comment-content, .ie8 .comment-list .reply, .ie8 .comment-metadata { @@ -1177,6 +1178,7 @@ a.post-thumbnail:hover { } .ie8 .rtl .comment-author, +.ie8 .rtl .comment-awaiting-moderation, .ie8 .rtl .comment-content, .ie8 .rtl .comment-list .reply, .ie8 .rtl .comment-metadata { diff --git a/wp-content/themes/twentyfourteen/rtl.css b/wp-content/themes/twentyfourteen/rtl.css index ccf79e6b10..98f51397f8 100644 --- a/wp-content/themes/twentyfourteen/rtl.css +++ b/wp-content/themes/twentyfourteen/rtl.css @@ -251,6 +251,7 @@ td { } .comment-author, +.comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata { @@ -612,6 +613,7 @@ td { @media screen and (min-width: 846px) { .comment-author, + .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata { diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index b0107ff763..f378ee3042 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -1867,6 +1867,7 @@ a.post-thumbnail:hover { } .comment-author, +.comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata { @@ -1929,6 +1930,7 @@ a.post-thumbnail:hover { } .comment-notes, +.comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, @@ -1960,6 +1962,10 @@ a.post-thumbnail:hover { line-height: 1.5; } +.required { + color: #c0392b; +} + .comment-reply-title small a { color: #2b2b2b; float: right; @@ -3449,6 +3455,7 @@ a.post-thumbnail:hover { } .comment-author, + .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {