Skip to content
Snippets Groups Projects
Commit 175b38ad authored by Tobias Jülg's avatar Tobias Jülg
Browse files

Different color for close buttons, version 1.0.5

* version 1.0.5
* close buttons are now btn-secondary which makes them grey instead of
white
parent 82585bdd
No related branches found
No related tags found
No related merge requests found
Pipeline #1538 failed
......@@ -49,7 +49,7 @@
{% csrf_token %}
<button type="submit" class="btn btn-danger">Delete</button>
</form>
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
......
......@@ -41,7 +41,7 @@
{% csrf_token %}
<button type="submit" class="btn btn-danger">Delete</button>
</form>
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
......
__version__ = '1.0.4'
__version__ = '1.0.5'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment