diff --git a/scss/ionic/_form.scss b/scss/ionic/_form.scss index 167d08a1f4..067ea68b13 100644 --- a/scss/ionic/_form.scss +++ b/scss/ionic/_form.scss @@ -92,7 +92,9 @@ textarea { background-color: transparent; } -.input-group.stacked-label input { +.input-group.stacked-label input, +.input-group.stacked-label textarea +{ @include border-radius($input-border-radius); overflow: hidden; padding: 4px 8px 3px; diff --git a/test/input-textarea.html b/test/input-textarea.html index 1102825752..43cbe28a72 100644 --- a/test/input-textarea.html +++ b/test/input-textarea.html @@ -25,23 +25,17 @@

Default Text Area, Not Inset, No Content Padding

-

Default Text Area, Is Inset, No Content Padding

-
@@ -50,118 +44,46 @@

Default Text Area, Not Inset, With Content Padding

Default Text Area, Is Inset, With Content Padding

-
- - -

Inline Label On Top Of Text Area, Not Inset, No Content Padding

-
- - - -
- -

Inline Label On Top Of Text Area, Is Inset, No Content Padding

-
- -
- -
- -

Inline Label On Top Of Text Area, Not Inset, With Content Padding

-
- - -
- -

Inline Label On Top Of Text Area, Is Inset, With Content Padding

-
- -
-
- -
- -
- - - -

Stacked Label On Top Of Text Area, Not Inset, No Content Padding

- -
-
-

Stacked Label On Top Of Text Area, Is Inset, No Content Padding

@@ -170,16 +92,16 @@

Stacked Label On Top Of Text Area, Not Inset, With Content Padding

Stacked Label On Top Of Text Area, Is Inset, With Content Padding