瀏覽代碼

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;
                     outline: none;
                     background-position: 0 0;
                     background-position: 0 0;
                 }
                 }
+
+                input::placeholder {
+                    color: gray;
+                }
             }
             }
 
 
             .list-container {
             .list-container {