This commit is contained in:
Max Meyers 2016-11-30 02:16:12 -05:00
parent 7bfaf12c3f
commit 6deefc859d

View File

@ -17,7 +17,22 @@ input{
background-color: transparent;
border: none;
border-bottom: 2px solid #d3d3d3; color: #d3d3d3;
z-index: 1;
}
::-webkit-input-placeholder {
color: red;
}
:-moz-placeholder { /* Firefox 18- */
color: red;
}
::-moz-placeholder { /* Firefox 19+ */
color: red;
}
:-ms-input-placeholder {
color: red;
}
#todo-text{
@ -27,6 +42,7 @@ input{
width: 90px;
}
#todos, #todos li{
font-family: 'Orbitron', sans-serif;
font-size: 14px;