ダッシュボードの確認済み
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user