Browse Source

fix input textarea color

Gregg Tavares 5 years ago
parent
commit
2efb3385ef
1 changed files with 6 additions and 0 deletions
  1. 6 0
      threejs/lessons/resources/threejs-primitives.css

+ 6 - 0
threejs/lessons/resources/threejs-primitives.css

@@ -39,6 +39,12 @@ div[data-primitive] .input>div {
 div[data-primitive] .input input {
   position: absolute;
 }
+div[data-primitive] .input input[type=text] {
+  background: #444;
+  color: white;
+  border: none;
+  padding: 3px;
+}
 
 @media (max-width: 600px) {
   div[data-primitive] .input>div {