diff --git a/app/components/SimpleEditor/elements/comment/comment.scss b/app/components/SimpleEditor/elements/comment/comment.scss index 6aadfc83e81d62c341a454729f3b70212073c89d..a588093cd58da680c6ccbaed50ab26844c285791 100644 --- a/app/components/SimpleEditor/elements/comment/comment.scss +++ b/app/components/SimpleEditor/elements/comment/comment.scss @@ -4,17 +4,17 @@ $mid-gray: #b0b0b0; $dark-gray: #868686; // $light-green: #eafaf0; -$light-green: #e0efe0; -$green: #228b46; +$light-red: #fcc; +$red: #d0011b; $white: #fff; .sc-comment { - border-bottom: 2px solid $green; + border-bottom: 2px solid $red; border-radius: 3px 3px 0 0; } .sc-comment-active { - background-color: $light-green; + background-color: $light-red; } .sc-overlay { @@ -46,7 +46,7 @@ $white: #fff; .action-icon { bottom: 2px; - color: $green; + color: $red; font-size: 9px; position: relative; right: 10px; diff --git a/app/components/SimpleEditor/panes/Notes/notes.scss b/app/components/SimpleEditor/panes/Notes/notes.scss index a41649d47ac2fabd4e60a7be9a631df20df89823..af6d89f187f5f5b3242836ebdb19516572c545e4 100644 --- a/app/components/SimpleEditor/panes/Notes/notes.scss +++ b/app/components/SimpleEditor/panes/Notes/notes.scss @@ -19,7 +19,7 @@ $light-blue: #e4f0ff; background-size: 10px 1px; background-repeat: repeat-x; cursor: row-resize; - height: 3px; + height: 6px; position: absolute; top: -14px; width: 100%;