diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index b304f699b..970b60cc5 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -797,7 +797,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .breadcrumb-item { background-color: #fafafa; box-shadow: 0px 2px #00000024; - color: #777 !important; } .breadcrumb-item:hover { background: #ffd7ad; diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 08f8efad6..e8bc762cf 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -6560,6 +6560,9 @@ color:#FF7B00; align-items: center; position: relative; } +.breadcrumb-item .link-path { + margin-right: 15px; +} .breadcrumb-item:hover .icon-cancel-circled{ color: black; } @@ -6580,7 +6583,7 @@ color:#FF7B00; .breadcrumb-item.add-item { width: min-content; cursor: pointer; - color: #111111; + color: #777; transition: 0.3s; } diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index a7df5718c..c7df45904 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1810,13 +1810,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .breadcrumb-item { background-color: #333; box-shadow: 0px 2px #00000070; - color: #777 !important; + color: #777; } .breadcrumb-item:hover { background: #f9852c; } -.breadcrumb-item:hover a { - background: #f9852c; +.breadcrumb-item:hover a, +.breadcrumb-item:hover span { color: #000; } .breadcrumb-item .icon-cancel-circled:hover { @@ -1901,7 +1901,9 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; box-shadow: 0 2px #af7200; color: #444 !important; } - +.breadcrumb-item.add-item:hover { + color: #000; +} .badge-dropdown { background: #333; } @@ -1911,4 +1913,8 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .badge-dropdown span { border: none; color: #aeaeae; +} + +.cat-modify-ariane a.icon-sitemap::after { + background-color: #111111; } \ No newline at end of file