Browse Source

fix tiny css issue for inspector

David Catuhe 5 năm trước cách đây
mục cha
commit
7add4a30a4
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;