From 86ebdff82bb8c19ff0fb8ca631d49221ba23c481 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 13 Nov 2012 15:08:22 -0500 Subject: [PATCH] Revert "Placeholder UI updates" This reverts commit fd89312b0ca09f30a74d0e84da027e90de133adf. --- .../src/main/webapp/resources/bootstrap2/css/bootstrap.min.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-connect-server/src/main/webapp/resources/bootstrap2/css/bootstrap.min.css b/openid-connect-server/src/main/webapp/resources/bootstrap2/css/bootstrap.min.css index 2992ddcdf..1397a2275 100644 --- a/openid-connect-server/src/main/webapp/resources/bootstrap2/css/bootstrap.min.css +++ b/openid-connect-server/src/main/webapp/resources/bootstrap2/css/bootstrap.min.css @@ -190,7 +190,7 @@ input:focus:required:invalid,textarea:focus:required:invalid,select:focus:requir .form-actions:after{clear:both;} .uneditable-input{overflow:hidden;white-space:nowrap;cursor:not-allowed;background-color:#ffffff;border-color:#eee;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);} :-moz-placeholder{color:#d7d7d7;} -::-webkit-input-placeholder{color:#d7d7d7;} +::-webkit-input-placeholder{color:#999999;} .help-block,.help-inline{color:#888888;} .help-block{display:block;margin-bottom:9px;} .help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px;}