diff --git a/web/app/components/comment/__action/_type/_collapse/comment__action_type_collapse.scss b/web/app/components/comment/__action/_type/_collapse/comment__action_type_collapse.scss index 07be65de..54360eeb 100644 --- a/web/app/components/comment/__action/_type/_collapse/comment__action_type_collapse.scss +++ b/web/app/components/comment/__action/_type/_collapse/comment__action_type_collapse.scss @@ -6,9 +6,9 @@ font-size: 12px; line-height: 10px; text-align: center; - border: 1px solid #ccc; + border: 1px solid #ddd; border-radius: 2px; - color: #ccc; + color: #ddd; &:hover { border-color: #0aa; @@ -16,7 +16,7 @@ } &.comment__action_selected { - background: #ccc; + background: #ddd; color: #fff; &:hover {