From 7fe8edaf04fba7e9bdfddb96fffe0777aa031921 Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Tue, 11 Apr 2017 20:12:53 +0300
Subject: [PATCH] fixes

---
 app/components/SimpleEditor/panes/Notes/notes.scss | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/app/components/SimpleEditor/panes/Notes/notes.scss b/app/components/SimpleEditor/panes/Notes/notes.scss
index c092ba0..8ccc0a4 100644
--- a/app/components/SimpleEditor/panes/Notes/notes.scss
+++ b/app/components/SimpleEditor/panes/Notes/notes.scss
@@ -1,4 +1,5 @@
 $white: #fff;
+$light-blue: #e4f0ff;
 
 .notes-container {
   background-color: $white;
@@ -21,13 +22,17 @@ $white: #fff;
     top: 0;
     width: 100%;
    }
-   .sc-isolated-node {
-     border: 1px solid red!important;
+   .sc-isolated-node,
+   .sc-isolated-node.sm-default-style.sm-selected,
+   .sc-isolated-node.sm-default-style.sm-co-selected {
+     border: 4px solid $light-blue ;
+     outline: none;
    }
-   .sc-isolated-node::before {
+
+   .sc-isolated-node .sc-text-property::before {
     content: ''counter(note-footer)'. ';
     counter-increment: note-footer;
     left: -40px;
     position: absolute;
-}
+    }
   }
-- 
GitLab