Skip to content

Commit

Permalink
Remove borders from option group [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Nov 17, 2024
1 parent 4283bea commit ff0766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm/style/manage_ads.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h3>{{ lang('WARNING') }}</h3>
{% for location in loops.ad_locations %}
{% if location.CATEGORY_NAME %}
{% if not loop.first %}</optgroup>{% endif %}
<optgroup label="{{ location.CATEGORY_NAME }}">
<optgroup label="{{ location.CATEGORY_NAME }}" style="border:none;">
{% else %}
<option value="{{ location.LOCATION_ID }}"{% if location.S_SELECTED %} selected{% endif %} title="{{ location.LOCATION_DESC }}">{{ location.LOCATION_NAME }}</option>
{% endif %}
Expand Down

0 comments on commit ff0766b

Please sign in to comment.