diff --git a/static/style.css b/static/style.css index d4775884..7f59c71e 100644 --- a/static/style.css +++ b/static/style.css @@ -197,6 +197,31 @@ input[type="text"] { font-size: 1.1em; margin-left: 8px; padding-left: 4px; + text-align: center; + +} + +input[type="text"]:focus::-webkit-input-placeholder { + + opacity: 0; + +} + +input[type="text"]:focus::-moz-placeholder { + + opacity: 0; + +} + +input[type="text"]:focus:-moz-placeholder { + + opacity: 0; + +} + +input[type="text"]:focus:-ms-input-placeholder { + + opacity: 0; }