Skip to content

Commit

Permalink
将大部分的主要操作由btn-info改为btn-primary #2203
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Dec 14, 2016
1 parent bf9a24b commit 3915742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/admin/video/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

<div class="clearfix form-actions form-group">
<div class="col-sm-offset-2">
<button class="btn btn-info" type="submit">
<button class="btn btn-primary" type="submit">
<i class="fa fa-check"></i>
提交
</button>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/video/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</video>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal">关闭</button>
<button type="button" class="btn btn-primary" data-dismiss="modal">关闭</button>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/videoCategory/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<div class="clearfix form-actions form-group">
<div class="col-sm-offset-2">
<button class="btn btn-info" type="submit">
<button class="btn btn-primary" type="submit">
<i class="fa fa-check"></i>
提交
</button>
Expand Down

0 comments on commit 3915742

Please sign in to comment.