T139 History search displayed

This commit is contained in:
2021-03-18 14:41:36 +01:00
parent 927a18b694
commit a1ff300c8c
6 changed files with 140 additions and 44 deletions

View File

@@ -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;
}