mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Unify btn styling on users page
This commit is contained in:
parent
81934f2d90
commit
655cafbfc5
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<button type="button" class="add-extra-periods btn btn-primary">
|
<button type="button" class="add-extra-periods btn btn-info">
|
||||||
<span class="glyphicon glyphicon-plus"></span>
|
<span class="glyphicon glyphicon-plus"></span>
|
||||||
<?= lang('add_extra_period') ?>
|
<?= lang('add_extra_period') ?>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue