Skip to content

Commit

Permalink
Fixes checkbox styling
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Aug 27, 2021
1 parent 4c1ee5d commit 86a4f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/locations/_disable_form.htm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4 class="modal-title"><?= e(trans('rainlab.location::lang.locations.enable_or_
name="enable"
value="1"
id="locationDisable">
<label for="locationDisable">
<label for="locationDisable" class="storm-icon-pseudo">
<?= e(trans('rainlab.location::lang.locations.enabled_label')) ?>
</label>
<p class="help-block"><?= e(trans('rainlab.location::lang.locations.enabled_help')) ?></p>
Expand Down
2 changes: 1 addition & 1 deletion controllers/locations/_unpin_form.htm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4 class="modal-title"><?= e(trans('rainlab.location::lang.locations.pin_or_unp
name="pin"
value="1"
id="locationUnpin">
<label for="locationUnpin">
<label for="locationUnpin" class="storm-icon-pseudo">
<?= e(trans('rainlab.location::lang.locations.pinned_label')) ?>
</label>
<p class="help-block"><?= e(trans('rainlab.location::lang.locations.pinned_help')) ?></p>
Expand Down

0 comments on commit 86a4f14

Please sign in to comment.