works with remove thru trash can
This commit is contained in:
@@ -325,7 +325,7 @@ th.rotate > div > span {
|
||||
|
||||
.stepcontainer {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
@@ -341,6 +341,22 @@ th.rotate > div > span {
|
||||
border: 3px dotted #666;
|
||||
}
|
||||
|
||||
.drop-zone {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: #878787;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.trash-can {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: red;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.divlines {
|
||||
display: block;
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user