How to get the cursor to change to the hand when hovering a <button> tag

前端 未结 4 2055
小鲜肉
小鲜肉 2021-02-02 05:09

When viewing my site, the cursor only changes to the gloved hand for tags, not

4条回答
  •  孤城傲影
    2021-02-02 05:49

     #more {
        background:none;
        border:none;
        color:#FFF;
        font-family:Verdana, Geneva, sans-serif;
        cursor: pointer;
    }
    

提交回复
热议问题