diff --git a/wp-content/themes/twentyeleven/colors/dark.css b/wp-content/themes/twentyeleven/colors/dark.css index f9da3ac11..fe6de94d2 100644 --- a/wp-content/themes/twentyeleven/colors/dark.css +++ b/wp-content/themes/twentyeleven/colors/dark.css @@ -205,13 +205,10 @@ a:active img[class*="wp-image-"] { /* Comments link */ .entry-header .comments-link a { - background: #242424; + background: #282828 url(../images/comment-bubble-dark.png) no-repeat; border-color: #222; color: #888; } -.entry-header .comments-link a .leave-reply { - background-position-y: -24px; -} /* Singular content styles for Posts and Pages */ .singular .entry-title { diff --git a/wp-content/themes/twentyeleven/images/comment-bubble-dark.png b/wp-content/themes/twentyeleven/images/comment-bubble-dark.png new file mode 100644 index 000000000..6bf879794 Binary files /dev/null and b/wp-content/themes/twentyeleven/images/comment-bubble-dark.png differ diff --git a/wp-content/themes/twentyeleven/images/comment-bubble.png b/wp-content/themes/twentyeleven/images/comment-bubble.png new file mode 100644 index 000000000..19011948b Binary files /dev/null and b/wp-content/themes/twentyeleven/images/comment-bubble.png differ diff --git a/wp-content/themes/twentyeleven/images/icon-comment.png b/wp-content/themes/twentyeleven/images/icon-comment.png deleted file mode 100644 index 0609a9b3a..000000000 Binary files a/wp-content/themes/twentyeleven/images/icon-comment.png and /dev/null differ diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php index 436ef404c..a31e1b2f7 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/wp-content/themes/twentyeleven/inc/theme-options.php @@ -370,7 +370,7 @@ function twentyeleven_print_link_color_style() { .entry-header .comments-link a:focus, .entry-header .comments-link a:active, .feature-slider a.active { - background: ; + background-color: ; }