فهرست منبع

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

Revert "To resolve #27 by making text input box white and font blue"
Kris 9 سال پیش
والد
کامیت
21154e0dc7
1فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  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 {