Improved the style of select elements (now also works on WebKit browsers)

This commit is contained in:
Julian Müller (ChaoticByte) 2023-04-15 15:30:53 +02:00
parent c74744d720
commit 79d148bfd0
5 changed files with 11 additions and 2 deletions

View file

@ -18,7 +18,7 @@
<a class="button" href="/deposit">{% translate "Deposit" %}</a>
<a class="button" href="/accounts/logout">{% translate "Logout" %}</a>
<div class="dropdownmenu" id="dropdownmenu">
<button class="dropdownbutton" id="dropdownmenu-button"><img src="/static/menu-icon.svg"></button>
<button class="dropdownbutton" id="dropdownmenu-button"><img src="/static/material-icons/menu.svg"></button>
<div class="dropdownlist">
<a class="button dropdownchoice" href="/history">{% translate "History" %}</a>
<a class="button dropdownchoice" href="/statistics">{% translate "Statistics" %}</a>