Skip to content

Commit

Permalink
outlines look better
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 26, 2018
1 parent 1249862 commit 99bab00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -7,7 +7,7 @@
% if (@$parents || @$children || $id) {
<div class="dropdown">
<button type="button"
class="btn btn-sm btn-secondary dropdown-toggle"
class="btn btn-sm btn-outline-secondary dropdown-toggle"
id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Related
Expand Down Expand Up @@ -36,15 +36,15 @@
<div class="d-flex justify-content-between">
<div>
<div class="btn-group" role="group">
<button class="btn btn-secondary" name="do" value="retry"
<button class="btn btn-outline-secondary" name="do" value="retry"
type="submit">
<i class="fas fa-redo" aria-hidden="true"></i> Retry
</button>
<button class="btn btn-secondary" name="do" value="stop"
<button class="btn btn-outline-secondary" name="do" value="stop"
type="submit">
<i class="fas fa-ban" aria-hidden="true"></i> Stop
</button>
<button class="btn btn-secondary" name="do" value="remove"
<button class="btn btn-outline-secondary" name="do" value="remove"
type="submit">
<i class="fas fa-times" aria-hidden="true"></i> Remove
</button>
Expand Down
Expand Up @@ -5,7 +5,7 @@
%= form_for 'minion_unlock' => begin
<div class="d-flex justify-content-between">
<div>
<button class="btn btn-secondary" type="submit">
<button class="btn btn-outline-secondary" type="submit">
<i class="fas fa-lock"></i> Unlock
</button>
</div>
Expand Down

0 comments on commit 99bab00

Please sign in to comment.