mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
19 lines
321 B
CSS
19 lines
321 B
CSS
.mdl-list__item {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.activiti-filters__entry {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.activiti-filters__entry-icon {
|
|
margin-right: 12px !important;
|
|
}
|
|
|
|
.activiti-filters__entry.active {
|
|
color: rgb(68,138,255);
|
|
}
|
|
|
|
.activiti-filters__entry.active .activiti-filters__entry-icon {
|
|
color: rgb(68,138,255);
|
|
} |