소스 검색

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 {