diff --git a/src/main/resources/static/css/main.css b/src/main/resources/static/css/main.css index f29cc12..53e4502 100644 --- a/src/main/resources/static/css/main.css +++ b/src/main/resources/static/css/main.css @@ -279,9 +279,13 @@ input:focus { } #historyFunction { - margin-top: 30px; + margin-top: 10px; margin-bottom: 30px; width: 670px; + display: none; +} + +#historyFunction.active { display: flex; align-content: space-between; } @@ -302,4 +306,23 @@ input:focus { margin-right: 15px; } +#historyFilterSwitch { + width: 100%; + font-size: 18px; + cursor: pointer; + border: 0; + padding: 0; + background: 0; + outline: 0; + text-align: left; + margin-top: 30px; + margin-bottom: 30px; + margin-left: 15px; + +} + +#historyFilterSwitch:hover { + color: orange; +} + diff --git a/src/main/resources/static/html/mock.html b/src/main/resources/static/html/mock.html index 4614de4..a8ce335 100644 --- a/src/main/resources/static/html/mock.html +++ b/src/main/resources/static/html/mock.html @@ -91,6 +91,7 @@