add buttons to move slots
build css
This commit is contained in:
@@ -296,6 +296,8 @@ div.event-lineup {
|
||||
.Panel-cell:has(.SelectBox),
|
||||
.Panel-cell:has(.drag-handle),
|
||||
button:has(+.position-label-flags),
|
||||
button.addToStarting,
|
||||
button.addToBench
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
@@ -305,6 +307,12 @@ div.event-lineup {
|
||||
.Panel-cell:has(.sequence) {
|
||||
display: none;
|
||||
}
|
||||
&.bench button.addToBench {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
&.starting button.addToStarting, &.position-only button.addToStarting {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user