Task lists WIP:
* drag and drop fixes
This commit is contained in:
21
conversejs/custom/plugins/tasks/styles/muc-task-drag.scss
Normal file
21
conversejs/custom/plugins/tasks/styles/muc-task-drag.scss
Normal file
@ -0,0 +1,21 @@
|
||||
.conversejs {
|
||||
livechat-converse-muc-task {
|
||||
&.livechat-drag-bottom-half .task-line {
|
||||
border-bottom: 4px solid blue;
|
||||
}
|
||||
|
||||
&.livechat-drag-top-half .task-line {
|
||||
border-top: 4px solid blue;
|
||||
}
|
||||
}
|
||||
|
||||
livechat-converse-muc-task-list {
|
||||
&.livechat-drag-bottom-half .task-list-line {
|
||||
border-bottom: 4px solid blue;
|
||||
}
|
||||
|
||||
&.livechat-drag-top-half .task-list-line {
|
||||
border-top: 4px solid blue;
|
||||
}
|
||||
}
|
||||
}
|
@ -35,13 +35,5 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.livechat-drag-bottom-half .task-line {
|
||||
border-bottom: 4px solid blue;
|
||||
}
|
||||
|
||||
&.livechat-drag-top-half .task-line {
|
||||
border-top: 4px solid blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user