Explorar o código

fix tiny css issue for inspector

David Catuhe %!s(int64=5) %!d(string=hai) anos
pai
achega
7add4a30a4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;