feedback on temp buttons

This commit is contained in:
2025-07-13 16:41:35 -04:00
parent 15f74335c7
commit af68e8923c
2 changed files with 41 additions and 42 deletions

View File

@@ -117,6 +117,14 @@ body {
background-color: #ddd;
}
.used-temp {
background-color: #ccc !important;
color: #333;
border: 2px solid #888;
cursor: default;
}
#log-table {
width: 100%;
border-collapse: collapse;