mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
no box-shadow in stacked form input
This commit is contained in:
3
dist/css/ionic.css
vendored
3
dist/css/ionic.css
vendored
@ -2198,8 +2198,7 @@ textarea {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 4px 8px 3px;
|
padding: 4px 8px 3px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: white;
|
background-color: white; }
|
||||||
box-shadow: inset 0 0 1px #dddddd; }
|
|
||||||
|
|
||||||
.item-stacked-label input {
|
.item-stacked-label input {
|
||||||
height: 46px; }
|
height: 46px; }
|
||||||
|
|||||||
1
dist/css/themes/ionic-ios7.css
vendored
1
dist/css/themes/ionic-ios7.css
vendored
@ -1,4 +1,3 @@
|
|||||||
@charset "UTF-8";
|
|
||||||
/**
|
/**
|
||||||
* Nav controllers and header bar animations
|
* Nav controllers and header bar animations
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -102,7 +102,6 @@ textarea {
|
|||||||
padding: 4px 8px 3px;
|
padding: 4px 8px 3px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: $input-bg;
|
background-color: $input-bg;
|
||||||
box-shadow: inset 0 0 $input-border-width $input-border;
|
|
||||||
}
|
}
|
||||||
.item-stacked-label input {
|
.item-stacked-label input {
|
||||||
height: $line-height-computed + $font-size-base + 12px;
|
height: $line-height-computed + $font-size-base + 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user