mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
placeholder icon
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@@ -4154,7 +4154,7 @@ textarea {
|
||||
font-weight: bold; }
|
||||
|
||||
.placeholder-icon {
|
||||
color: #999; }
|
||||
color: #aaa; }
|
||||
|
||||
.item-stacked-label {
|
||||
display: block;
|
||||
|
||||
@@ -85,7 +85,7 @@ textarea {
|
||||
}
|
||||
|
||||
.placeholder-icon {
|
||||
color: #999;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.item-stacked-label {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Label left of input, No Parent Content Padding</h3>
|
||||
<h3>Label left of input (with icon), No Parent Content Padding</h3>
|
||||
<div class="list">
|
||||
<label class="item item-input">
|
||||
<i class="icon ion-person"></i>
|
||||
@@ -116,6 +116,16 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Placeholder icon</h3>
|
||||
<div class="list">
|
||||
<label class="item item-input">
|
||||
<i class="icon ion-search placeholder-icon"></i>
|
||||
<input type="text" placeholder="Search">
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Inline Label On Top Of Text Input, list-inset, No Parent Content Padding</h3>
|
||||
<div class="list list-inset">
|
||||
<label class="item item-input">
|
||||
|
||||
Reference in New Issue
Block a user