Explorar o código

Merge pull request #30 from Musare/revert-29-master

Revert "To resolve #27 by making text input box white and font blue"
Kris %!s(int64=9) %!d(string=hai) anos
pai
achega
21154e0dc7
Modificáronse 1 ficheiros con 4 adicións e 5 borrados
  1. 4 5
      app/client/app.css

+ 4 - 5
app/client/app.css

@@ -347,8 +347,7 @@ form input:focus {
     display: block;
     text-align: center;
     font-size: 18px;
-    color: #1C39B2;
-    background-color: white;
+    color: white;
     -webkit-transition-duration: 0.25s;
     transition-duration: 0.25s;
     font-weight: 300;
@@ -372,16 +371,16 @@ form button {
 }
 
 ::-webkit-input-placeholder {
-    color: #1C39B2;
+    color: white;
 }
 
 ::-moz-placeholder {
     /* Firefox 19+ */
-    color: #1C39B2;
+    color: white;
 }
 
 :-ms-input-placeholder {
-    color: #1C39B2;
+    color: white;
 }
 
 form button:hover {