📜  删除按钮样式 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:30.734000             🧑  作者: Mango

代码示例1
button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}