mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-07 02:11:26 +02:00
related to #1851 Fixing dark mode issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user