※chrome Cancel Default * * * background Input:-webkit-autofill {-webkit-box-shadow:0 0 0px 1000px white inset;} Input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {-webkit-box-shadow:0 0 0 1000px White inset;} Autocomplete= "Off"
※ Mobile Version page A mark dashed box problem a:focus {outline:none;-moz-outline:none;}
※ Focus Removal Background-webkit-tap-highlight-color:rgba (255, 255, 255, 0);-webkit-tap-highlight-color:transparent; i.e. Nexus5/chrome and Kindle fire HD 7 "
※placeholder Placeholder Color custom Input:-moz-placeholder {color: #369;}::-webkit-input-placeholder {color: #369;}
※ Remove the WebKit (text box) or textarea focus frame input,button,select,textarea{Outline:none in the Chrome browser; textarea{font-size:13px; resize:none;}
※ Mouse is not allowed to click cursor:not-allowed;
※ Close x symbol & #215;
※input:focus when input does not rise with the soft keyboard: Focus{-webkit-tap-highlight-color:rgba (255, 255, 255, 0);-webkit-user-modify: Read-write-plaintext-only;}
※ Text-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none is forbidden;
CSS3 blur filter Implementation (blur). blur {Filter:url (Blur.svg#blur);/* FireFox, Chrome, Opera */-webkit-filter:blur (10px);/* Ch ROME, Opera */-moz-filter:blur (10px); -ms-filter:blur (10px); Filter:blur (10px); Filter:progid:DXImageTransform.Microsoft.Blur (pixelradius=10, Makeshadow=false); /* IE6~IE9 */}
Common Code Induction