This commit is contained in:
iFish 2014-03-25 13:09:41 +08:00
commit f9f59da192
2 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,10 @@ body {
visibility: hidden; visibility: hidden;
height: 0; height: 0;
} }
input:focus,
textarea:focus {
outline: none;
}
img { img {
border: 0 none; border: 0 none;
} }

View File

@ -31,6 +31,7 @@ body {
visibility: hidden; visibility: hidden;
height: 0; height: 0;
} }
input:focus,textarea:focus{outline:none;}
img { img {
border: 0 none; border: 0 none;
} }