no box-shadow in stacked form input

This commit is contained in:
Adam Bradley
2013-11-18 20:09:23 -06:00
parent 38af5a5cb7
commit 32d9fe2d4a
3 changed files with 1 additions and 4 deletions

3
dist/css/ionic.css vendored
View File

@ -2198,8 +2198,7 @@ textarea {
overflow: hidden;
padding: 4px 8px 3px;
border: none;
background-color: white;
box-shadow: inset 0 0 1px #dddddd; }
background-color: white; }
.item-stacked-label input {
height: 46px; }

View File

@ -1,4 +1,3 @@
@charset "UTF-8";
/**
* Nav controllers and header bar animations
*/

View File

@ -102,7 +102,6 @@ textarea {
padding: 4px 8px 3px;
border: none;
background-color: $input-bg;
box-shadow: inset 0 0 $input-border-width $input-border;
}
.item-stacked-label input {
height: $line-height-computed + $font-size-base + 12px;