update style for ie input

This commit is contained in:
deepred5 2018-06-27 20:53:31 +08:00
parent 8cae522c8e
commit 650e8a9d0d
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ node_modules
demo2
npm-debug.log
DPlayer.log*
wxw
wxw
.vscode

View File

@ -236,6 +236,9 @@
color: #fff;
opacity: 0.8;
}
&::-ms-clear {
display: none;
}
}
}
&.dplayer-icons-left {