Migrating btn-info to btn-secondary

This commit is contained in:
lepipele
2018-04-08 00:25:00 -05:00
parent f46c8a0a0f
commit 4b8899860e
7 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
</div>
<div class="row">
<a asp-action="CreateApp" class="btn btn-success" role="button"><span class="fa fa-plus"></span> Create a new app</a>
<a asp-action="CreateApp" class="btn btn-primary" role="button"><span class="fa fa-plus"></span> Create a new app</a>
<table class="table table-sm table-responsive-md">
<thead>
<tr>

View File

@@ -15,7 +15,7 @@
<div class="row">
<div class="col-lg-12 text-center">
<form method="post">
<button type="submit" class="btn btn-info btn-danger" title="Continue">@Model.Action</button>
<button type="submit" class="btn btn-secondary btn-danger" title="Continue">@Model.Action</button>
</form>
</div>
</div>

View File

@@ -77,7 +77,7 @@
</tbody>
</table>
</div>
<button name="command" type="submit" class="btn btn-info">Continue</button>
<button name="command" type="submit" class="btn btn-primary">Continue</button>
}
else
{

View File

@@ -47,7 +47,7 @@
}
</div>
<button name="command" type="submit" value="save" class="btn btn-primary">Submit</button>
<button name="command" type="submit" value="test" class="btn btn-info">Test connection</button>
<button name="command" type="submit" value="test" class="btn btn-secondary">Test connection</button>
</form>
</div>
</div>

View File

@@ -8,7 +8,7 @@
<h4>@ViewData["Title"]</h4>
<p>You can allow a public key to access the API of this store</p>
@Html.Partial("_StatusMessage", Model.StatusMessage)
<a asp-action="CreateToken" class="btn btn-primary" role="button"><span class="fa fa-plus"></span>Create a new token</a>
<a asp-action="CreateToken" class="btn btn-primary" role="button"><span class="fa fa-plus"></span> Create a new token</a>
<table class="table table-sm table-responsive-md">
<thead>
<tr>

View File

@@ -42,7 +42,7 @@
<span asp-validation-for="SelectedStore" class="text-danger"></span>
</div>
<input type="hidden" name="pairingCode" value="@Model.Id" />
<button type="submit" class="btn btn-info" title="Approve this pairing demand">Approve</button>
<button type="submit" class="btn btn-secondary" title="Approve this pairing demand">Approve</button>
</form>
</div>
<div class="col-md-4"></div>

View File

@@ -29,7 +29,7 @@
<option value="@StoreRoles.Owner">Owner</option>
<option value="@StoreRoles.Guest">Guest</option>
</select>
<button type="submit" role="button" class="form-control btn btn-primary"><span class="fa fa-plus"></span>Add user</button>
<button type="submit" role="button" class="form-control btn btn-primary"><span class="fa fa-plus"></span> Add user</button>
</form>
</div>
<div class="form-group">