Browse Source

Fix placeholder color

David Catuhe 5 years ago
parent
commit
93a0daa905
1 changed files with 4 additions and 0 deletions
  1. 4 0
      nodeEditor/src/components/nodeList/nodeList.scss

+ 4 - 0
nodeEditor/src/components/nodeList/nodeList.scss

@@ -44,6 +44,10 @@
                     outline: none;
                     background-position: 0 0;
                 }
+
+                input::placeholder {
+                    color: gray;
+                }
             }
 
             .list-container {