Quellcode durchsuchen

fix tiny css issue for inspector

David Catuhe vor 6 Jahren
Ursprung
Commit
7add4a30a4
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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;