mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
removed fucking background of input caused by webkit autofill
This commit is contained in:
parent
619d69f858
commit
e36a3f43ab
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user