removed fucking background of input caused by webkit autofill

This commit is contained in:
printempw 2016-03-27 11:59:58 +08:00
parent 619d69f858
commit e36a3f43ab

View File

@ -2,7 +2,7 @@
* @Author: printempw * @Author: printempw
* @Date: 2016-01-21 07:57:38 * @Date: 2016-01-21 07:57:38
* @Last Modified by: printempw * @Last Modified by: printempw
* @Last Modified time: 2016-03-26 18:40:35 * @Last Modified time: 2016-03-27 11:57:33
*/ */
@import url(https://fonts.googleapis.com/css?family=Ubuntu); @import url(https://fonts.googleapis.com/css?family=Ubuntu);
@ -184,3 +184,7 @@ p {
.ply-layer { .ply-layer {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif !important; font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif !important;
} }
/* fucking webkit autofill */
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}