Don't specify border color, let the theme do so
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
<form action="{% url multi_object_action_view %}" class="form" method="get">
|
||||
{% if scrollable_content %}
|
||||
<div style="border: 1px solid black; height: {{ scrollable_content_height }}; overflow: auto;">
|
||||
<div style="border: 1px solid; height: {{ scrollable_content_height }}; overflow: auto;">
|
||||
{% endif %}
|
||||
<table class="table">
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user