Selects any <input> element that is read-only */ /* Supported in Firefox with a prefix */ input:-moz-read-only { background-color: #ccc; } /* Supported in ...
確定! 回上一頁