소스 검색

fix tiny css issue for inspector

David Catuhe 5 년 전
부모
커밋
7add4a30a4
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      inspector/src/components/sceneExplorer/sceneExplorer.scss

+ 4 - 0
inspector/src/components/sceneExplorer/sceneExplorer.scss

@@ -125,6 +125,10 @@
             color:white;    
         }
 
+        input::placeholder {
+            color: lightgray;
+        }
+
         input:focus  {
             box-shadow: none;
             outline: none;