Fix Layout for wp8. Fix placeholder for inputs

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-14 01:15:18 -03:00
commit acb5eec98b
4 changed files with 25 additions and 26 deletions

View file

@ -28,6 +28,10 @@ input {
user-drag: none;
}
body, div, .row {
-webkit-overflow-scrolling: touch;
}
.enable_text_select {
-webkit-user-select: text;
-khtml-user-select: text;
@ -44,7 +48,7 @@ input {
body {
overflow: hidden;
-ms-content-zooming: none;
-ms-content-zooming: none;
}
/* Fix IE 10 */
@ -615,6 +619,22 @@ a.pin-button:active {
padding-top: 1rem;
}
::-webkit-input-placeholder {
color: #B7C2CD;
}
:-moz-placeholder { /* Firefox 18- */
color: #B7C2CD;
}
::-moz-placeholder { /* Firefox 19+ */
color: #B7C2CD;
}
:-ms-input-placeholder {
color: #B7C2CD;
}
.animation-left.ng-enter, .animation-left.ng-leave,
.animation-right.ng-enter, .animation-right.ng-leave {
-webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 250ms;