美文网首页
去除bootstrap默认的input选中时的样式

去除bootstrap默认的input选中时的样式

作者: 给我小前端 | 来源:发表于2017-04-11 16:35 被阅读1205次

    input默认样式除border外, 还有一个阴影效果box-shadow;选中时同样有阴影效果。

    input,input:focus{

    border: none !important;

    box-shadow: none !important;

    }

    边框阴影 选中时边框阴影 清除阴影后

    相关文章

      网友评论

          本文标题:去除bootstrap默认的input选中时的样式

          本文链接:https://www.haomeiwen.com/subject/oauewttx.html