Example. Set a background color for all disabled input elements of type="text": input[type="text"]:disabled { background: #dddddd; }.
確定! 回上一頁