From ef317584fbcce52e441188b2012d1ff456e372f3 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sat, 30 Nov 2013 20:05:31 -0600 Subject: [PATCH] placeholder icon --- dist/css/ionic.css | 2 +- scss/_form.scss | 2 +- test/input-text.html | 12 +++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dist/css/ionic.css b/dist/css/ionic.css index c52a5bd4c0..b7b382272e 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -4154,7 +4154,7 @@ textarea { font-weight: bold; } .placeholder-icon { - color: #999; } + color: #aaa; } .item-stacked-label { display: block; diff --git a/scss/_form.scss b/scss/_form.scss index 4f1fd85e6c..1cf67d241f 100644 --- a/scss/_form.scss +++ b/scss/_form.scss @@ -85,7 +85,7 @@ textarea { } .placeholder-icon { - color: #999; + color: #aaa; } .item-stacked-label { diff --git a/test/input-text.html b/test/input-text.html index 89a1dec7e7..8f9a0fd945 100644 --- a/test/input-text.html +++ b/test/input-text.html @@ -102,7 +102,7 @@ -

Label left of input, No Parent Content Padding

+

Label left of input (with icon), No Parent Content Padding

+ +

Placeholder icon

+
+ +
+ +

Inline Label On Top Of Text Input, list-inset, No Parent Content Padding