Skip to content

Commit

Permalink
change approach to create a new class
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHernandez committed Nov 17, 2023
1 parent f3acb65 commit 512a66d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions dojo/static/dojo/css/dojo.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,20 @@ a {
color: #546474;
}

.btn-in-footer{
background-color: #546474!important;
color: #fff;
}

.panel-default .btn-primary {
background-color: transparent!important;
border-style: none!important;
color: #fff!important;
border: 1px solid #fff!important;
}

.panel-default .btn-primary:hover {
background-color: transparent!important;
color: #fff!important;
border: 1px solid #fff!important;
}
Expand Down
4 changes: 2 additions & 2 deletions dojo/templates/dojo/view_risk_acceptance.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3 class="pull-left">
{% include "dojo/form_fields.html" with form=risk_acceptance_form %}
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<input class="btn btn-primary" type="submit" value="Save"/>
<input class="btn btn-in-footer" type="submit" value="Save"/>
</div>
</div>
</form>
Expand Down Expand Up @@ -223,7 +223,7 @@ <h3>Accept Additional Findings</h3>
{% include "dojo/paging_snippet.html" with page=add_findings prefix="apage" %}
</div>
<div class="panel-footer text-center">
<input class="btn btn-primary" name="add_findings" type="submit" value="Add Selected Findings"/>
<input class="btn btn-in-footer" name="add_findings" type="submit" value="Add Selected Findings"/>
</div>
</form>
</div>
Expand Down

0 comments on commit 512a66d

Please sign in to comment.