mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
list headers/footers
This commit is contained in:
@@ -19,11 +19,6 @@ textarea {
|
||||
// Form Controls
|
||||
// -------------------------------
|
||||
|
||||
textarea {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.item-input {
|
||||
|
||||
// text inputs
|
||||
@@ -65,6 +60,15 @@ textarea {
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.platform-mobile textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
|
||||
// Placeholder
|
||||
// -------------------------------
|
||||
@@ -92,9 +96,3 @@ input[type="checkbox"][readonly] {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.platform-ios,
|
||||
.platform-android {
|
||||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user