This commit is contained in:
2026-03-03 17:15:44 +00:00
parent 1baa1968b3
commit f5de55fd41
2 changed files with 3 additions and 2 deletions

View File

@@ -219,7 +219,8 @@ input[type="button" i], input[type="submit" i], input[type="reset" i], input[typ
}
#element-list li:hover {
background:#F0F0F0;
background:blue !important;
color: #fff !important;
cursor: pointer;
cursor: hand;
}