diff --git a/LICENSE.md b/LICENSE.md index 66fe0ca..3c2aac4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -155,7 +155,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE. Source: https://github.com/google/material-design-icons Files: -- `./app/static/menu-icon.svg` +- `./app/static/material-icons/*` - `./data/profilepictures/default.svg` ``` diff --git a/app/static/css/main.css b/app/static/css/main.css index 18097b2..ab3f24a 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -79,7 +79,15 @@ input[type="text"], input[type="password"], input[type="number"], select { } select { + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; height: 2.5rem; + background-image: url("/static/material-icons/arrow-drop-down.svg"); + background-repeat: no-repeat; + background-position: right; + background-size: 1.5rem; + padding-right: 1.8rem; } table { diff --git a/app/static/material-icons/arrow-drop-down.svg b/app/static/material-icons/arrow-drop-down.svg new file mode 100644 index 0000000..051a82d --- /dev/null +++ b/app/static/material-icons/arrow-drop-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/static/menu-icon.svg b/app/static/material-icons/menu.svg similarity index 100% rename from app/static/menu-icon.svg rename to app/static/material-icons/menu.svg diff --git a/app/templates/userpanel.html b/app/templates/userpanel.html index ea6a23c..7d2d015 100644 --- a/app/templates/userpanel.html +++ b/app/templates/userpanel.html @@ -18,7 +18,7 @@ {% translate "Deposit" %} {% translate "Logout" %}