client/src/components/NoteList.scss
changeset 151 57d63a248f0d
parent 150 97536386b397
child 154 a28361bda28c
--- a/client/src/components/NoteList.scss	Wed Aug 29 11:02:36 2018 +0200
+++ b/client/src/components/NoteList.scss	Fri Aug 31 15:14:18 2018 +0200
@@ -40,15 +40,16 @@
 
 #delete-note-close-modal-button{
     margin-top: -2.5%;
-    margin-right: -1%;
+    margin-left: 92%;
     background-color: transparent;
     border: transparent;
+    color: rgba(#769FED, .4);
 }
 
 #delete-note-close-modal-button:hover {
     background-color: transparent;
     border: transparent;
-    color: #769FED;
+    color:black;
 }
 
 .modal-text{