修改button样式小例子

.toolbar button{ background: none; border:none; padding:0 3px;}

<div class="toolbar toolbar-float clearfix">
<button ng-click="addTaggedFolder(); $event.preventDefault();" title="Add" ng-class="{disabled:disable()}" ><i class="fa fa-plus-square" aria-hidden="true"></i></button>
</div>

 

posted @ 2017-11-02 11:33  董永辉Bruno  阅读(1396)  评论(0编辑  收藏  举报