related to #1851 Fixing dark mode issues

This commit is contained in:
MatthieuLP
2023-01-11 12:18:50 +01:00
parent beca490e8c
commit 9e3968dd03
3 changed files with 14 additions and 6 deletions
-1
View File
@@ -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;
+4 -1
View File
@@ -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;
}
+10 -4
View File
@@ -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;
}