From ee0fe4a9d30cf6bc20973d7ad20012fae26cab4f Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 13 Nov 2012 15:35:01 -0500 Subject: [PATCH] applied placeholder CSS hack to header CSS --- openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag b/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag index 42c0365ba..95d1b95cc 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag +++ b/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag @@ -34,6 +34,9 @@ .brand { background: url("resources/images/openid_connect_small.png") no-repeat scroll 7px 7px transparent; } + + -webkit-input-placeholder{color:#999999;} +