From e36a3f43ab74a4e8a640a601060bde25740f6d9d Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 27 Mar 2016 11:59:58 +0800 Subject: [PATCH] removed fucking background of input caused by webkit autofill --- assets/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index e0dfea65..6c0a51be 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2,7 +2,7 @@ * @Author: printempw * @Date: 2016-01-21 07:57:38 * @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); @@ -184,3 +184,7 @@ p { .ply-layer { 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; +}