Skip to content

Commit

Permalink
fixed remove buttons to be show red
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTrills committed Jul 4, 2014
1 parent 9cf5b1a commit 7c87f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/concrete/single_pages/dashboard/system/basics/icons.php
Expand Up @@ -24,7 +24,7 @@
<div class="control-group">
<label></label>
<div class="controls">
<a href="javascript:void(0)" class="btn danger" onclick="removeFavIcon()"><?=t('Remove')?></a>
<a href="javascript:void(0)" class="btn btn-danger" onclick="removeFavIcon()"><?=t('Remove')?></a>
</div>
</div>

Expand Down Expand Up @@ -88,7 +88,7 @@ function removeFavIcon(){
<div class="control-group">
<label></label>
<div class="controls">
<a href="javascript:void(0)" class="btn danger" onclick="removeIphoneThumbnail()"><?=t('Remove')?></a>
<a href="javascript:void(0)" class="btn btn-danger" onclick="removeIphoneThumbnail()"><?=t('Remove')?></a>
</div>
</div>

Expand Down Expand Up @@ -147,7 +147,7 @@ function removeIphoneThumbnail(){
<div class="control-group">
<label></label>
<div class="controls">
<a href="javascript:void(0)" class="btn danger" onclick="removeModernThumbnail()"><?php echo t('Remove'); ?></a>
<a href="javascript:void(0)" class="btn btn-danger" onclick="removeModernThumbnail()"><?php echo t('Remove'); ?></a>
</div>
</div>
<script>
Expand Down

0 comments on commit 7c87f3d

Please sign in to comment.