:disabled is a pseudo-class selector used to select and style user interface elements ... input[type="submit"]:disabled:hover { cursor: not-allowed; } ...
確定! 回上一頁