mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
27 lines
351 B
CSS
27 lines
351 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;
|
|
}
|
|
|
|
.list-column {
|
|
width: 320px;
|
|
}
|
|
|
|
.mdl-layout__header {
|
|
z-index: 1;
|
|
}
|
|
|
|
.list-buttons {
|
|
text-align: left;
|
|
margin-bottom: 5px;
|
|
}
|