09/03/16 18:20:48 Jl8cvLhN0
時差つきで的外れやらかしたorz
>>16
input:not([type]):not([style]) { width: 100% !important; }
これでも長くなる場合は、
input:not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="button"])
{ width: 100% !important; }
とか