From 6deefc859d5af6c6cd61809f7f6b7239eab63838 Mon Sep 17 00:00:00 2001 From: Max Meyers Date: Wed, 30 Nov 2016 02:16:12 -0500 Subject: [PATCH] changes --- todo.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/todo.css b/todo.css index 87d8101..9897b16 100644 --- a/todo.css +++ b/todo.css @@ -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;