Compare commits

...

1 Commits

Author SHA1 Message Date
Mira Weller
0fb4fea7bf Don't use an arrow icon for calendar navigation submit button 2026-03-25 13:37:33 +01:00
5 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
</select>
<span class="input-group-btn">
<button type="submit" class="btn btn-default" aria-label="{% trans "Show month" %}">
{% icon "chevron-right" %}
{% icon "check" %}
</button>
</span>
</div>

View File

@@ -41,7 +41,7 @@
</select>
<span class="input-group-btn">
<button type="submit" class="btn btn-default" aria-label="{% trans "Show week" %}">
{% icon "chevron-right" %}
{% icon "check" %}
</button>
</span>
</div>

View File

@@ -69,7 +69,7 @@
</select>
<span class="input-group-btn">
<button type="submit" class="btn btn-default" aria-label="{% trans "Show month" %}">
{% icon "chevron-right" %}
{% icon "check" %}
</button>
</span>
</div>

View File

@@ -61,7 +61,7 @@
<input class="datepickerfield form-control" id="calendar-input-date" value="{{ date|date:"SHORT_DATE_FORMAT" }}" name="date">
<span class="input-group-btn">
<button type="submit" class="btn btn-default" aria-label="{% trans "Show date" %}">
{% icon "chevron-right" %}
{% icon "check" %}
</button>
</span>
</div>

View File

@@ -73,7 +73,7 @@
</select>
<span class="input-group-btn">
<button type="submit" class="btn btn-default" aria-label="{% trans "Show week" %}">
{% icon "chevron-right" %}
{% icon "check" %}
</button>
</span>
</div>