Fix UI and realtime issues with kanban

This commit is contained in:
yflory
2018-05-22 18:22:25 +02:00
parent 365b32d378
commit f0512bbb1d
3 changed files with 74 additions and 37 deletions

View File

@@ -84,16 +84,27 @@
.tools_unselectable();
}
.kanban-removeboard {
.kanban-additem, .kanban-remove-item {
float: right;
margin: 10px;
background: #EEE;
padding: .25rem .5rem;
line-height: 1;
&:hover {
background: transparent;
}
/* margin: 10px;
padding: 3px;
width: 30px;
text-align: center;
background: #eee;
font-weight: bold;
cursor: pointer;
.tools_unselectable();
.tools_unselectable(); */
}
.kanban-additem {
margin-bottom: 5px;
margin-right: 5px;
}
.kanban-header-yellow {