From 620208a92b14f082bf52b926b8f1d4d6105ec7ea Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sat, 12 May 2018 23:59:47 +0300 Subject: [PATCH] make collapse buttons lighter --- .../_type/_collapse/comment__action_type_collapse.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {