lots of further updates

This commit is contained in:
Ross
2024-04-10 22:43:57 +01:00
parent 98756baa37
commit bf519a2807
14 changed files with 92 additions and 42 deletions
+4 -4
View File
@@ -8,14 +8,14 @@ form>div:hover .helptext {
color: #666;
opacity: 1;
}
form > div {
margin: 1px;
}
form > div:hover {
border: 1px solid #666;
margin: -1px;
form.highlight > div:hover {
/* border: 1px solid #666;
margin: -1px; */
background-color: #002635;
}