Fix text area without readonly to copy from iOS

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-16 15:56:52 -03:00
commit 6c0ff1aafc
5 changed files with 4 additions and 35 deletions

View file

@ -128,13 +128,6 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.backup-plain-text {
font-size: 10px;
border: 1px solid #ccc;
padding: 10px;
margin: 10px 0;
}
.status {
font-weight: 700;
-moz-box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30);