Skip to content

Commit

Permalink
blue buttons in modals; in #50
Browse files Browse the repository at this point in the history
  • Loading branch information
michalskop committed Jun 28, 2016
1 parent ddcaa39 commit 1c7926b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions smarty/templates/explore_choose-categories.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<input type="submit" value="{$t['explore']['text']}" class="btn btn-success btn-lg btn-block">
<input type="submit" value="{$t['explore']['text']}" class="btn btn-primary btn-lg btn-block">
</div>
</div>
<!-- /categories -->
Expand Down Expand Up @@ -64,7 +64,7 @@
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<input type="submit" value="{$t['explore']['text']}" class="btn btn-success btm-lg btn-block">
<input type="submit" value="{$t['explore']['text']}" class="btn btn-primary btm-lg btn-block">
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion smarty/templates/explore_choose-chambers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<input type="submit" value="{$t['explore']['text']}" class="btn btn-success btn-block btn-lg">
<input type="submit" value="{$t['explore']['text']}" class="btn btn-primary btn-block btn-lg">
</div>
</div>

Expand Down

0 comments on commit 1c7926b

Please sign in to comment.