Selaa lähdekoodia

fix tiny css issue for inspector

David Catuhe 5 vuotta sitten
vanhempi
commit
7add4a30a4
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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;