OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
33
public/assets/css/components/masonwall.css
Normal file
33
public/assets/css/components/masonwall.css
Normal file
@@ -0,0 +1,33 @@
|
||||
#ideaMason .ticketBox {
|
||||
width: 250px;
|
||||
cursor:move;
|
||||
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
#ideaMason .ticketBox .ticketBox {
|
||||
position:relative;
|
||||
width:auto;
|
||||
cursor:auto;
|
||||
}
|
||||
|
||||
#ideaMason .ticketBox:hover {
|
||||
background:var(--kanban-card-hover);
|
||||
}
|
||||
|
||||
.packery-drop-placeholder {
|
||||
background: var(--main-border-color);
|
||||
opacity:var(--opacity-faint);
|
||||
border: 2px dotted var(--main-border-color);
|
||||
visibility:visible;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#ideaMason .sortableTicketList .ticketBox {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.mainIdeaContent {
|
||||
padding-top:10px;
|
||||
}
|
||||
Reference in New Issue
Block a user