diff --git a/src/main/resources/static/index.css b/src/main/resources/static/index.css index db81911..ca06fc5 100644 --- a/src/main/resources/static/index.css +++ b/src/main/resources/static/index.css @@ -189,4 +189,26 @@ tbody tr:hover { /* Change button color on hover */ .add-member-button:hover { background-color: var(--confirm-button-color-hover); /* Darker green on hover */ +} + +#search-button { + width: 75px; + background-color: var(--confirm-button-color); + border-radius: 5px; + border: 1px solid lightgray; +} + +#search-button:hover { + background-color: var(--confirm-button-color-hover); +} + +.back-link { + position: fixed; + bottom: 50px; + right: 50px; + background-color: var(--accent-color); + border-radius: 5px; + padding: 5px 10px 5px 10px; + text-decoration: none; + color: white } \ No newline at end of file diff --git a/src/main/resources/templates/filterForm.ftl b/src/main/resources/templates/filterForm.ftl index fd22cdb..0e0ba2e 100644 --- a/src/main/resources/templates/filterForm.ftl +++ b/src/main/resources/templates/filterForm.ftl @@ -1,4 +1,4 @@
\ No newline at end of file