diff --git a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.html b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.html index c1a95d40d3..b4e1d3c493 100644 --- a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.html +++ b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.html @@ -1,6 +1,6 @@ + class="mdl-data-table mdl-js-data-table full-width"> @@ -63,10 +63,10 @@
- -
  • li+li:before { - content: "/\00a0"; + content: ">\00a0"; padding: 0 0 0 5px; - color: #ccc; + opacity: 0.54; + color: #000000; } -:host .breadcrumb > .active { - color: #777; +:host .breadcrumb > li > a { + text-decoration: none; + opacity: 0.54; + font-family: 'Muli', "Helvetica", "Arial", sans-serif; + font-size: 14px; + font-weight: 600; + line-height: 1.43; + letter-spacing: -0.2px; + color: #000000; +} + +:host .breadcrumb > li:hover > a, +:host .breadcrumb > .active { + opacity: 0.87; + font-size: 14px; + font-weight: 600; + line-height: 1.43; + letter-spacing: -0.2px; + color: #000000; }