2016-12-19 16:13:07 +00:00

23 lines
334 B
CSS

.activiti-task-list__item:hover {
cursor: pointer;
font-weight: bold;
}
.activiti {
background-color: #f5f5f5;
}
.task-column {
background-color: #f5f5f5;
padding: 10px 10px 10px 10px;
border-right: solid 2px rgb(144, 143, 143);
}
.list-column {
width: 320px;
}
.mdl-layout__header {
z-index: 1;
}