浏览代码

Fix placeholder color

David Catuhe 5 年之前
父节点
当前提交
93a0daa905
共有 1 个文件被更改,包括 4 次插入0 次删除
  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 {