disabled は、CSSの疑似クラスとして、要素の後ろに記述します。 具体的には、以下のように書きますね。 input:disabled { background: #ccc; }.
確定! 回上一頁