ダッシュボードの確認済み

This commit is contained in:
2026-05-11 02:31:54 +09:00
parent 3a70309721
commit 83e251cab3
5 changed files with 75 additions and 16 deletions

View File

@@ -71,6 +71,19 @@ a.op-button-edit:hover {
color: #fcfcfc;
}
div.op-grid {
display: grid;
grid-auto-flow: column;
margin: 8px 0;
}
div.op-grid-item {
margin: 4px;
padding: 2px;
border: 1px solid #fcfcfc;
border-radius: 2px;
}
tr.status-free { background-color: #34860e; color: #fff; }
tr.status-reserved { background-color: #c59e1d; color: #fff; }
tr.status-use { background-color: #850000; color: #fff; }