related to #1614 dark mode for selectize alternative

This commit is contained in:
Matthieu Leproux
2022-03-09 15:48:12 +01:00
committed by Matthieu Leproux
parent 238cee07e8
commit fde4e392ef
3 changed files with 80 additions and 18 deletions
+37
View File
@@ -783,4 +783,41 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.applicationCard .applicationName {
color: black;
}
.linked-albums-badge {
background: #DBDBDB;
}
.breadcrumb-item {
background-color: #fafafa;
box-shadow: 0px 2px #00000024;
color: #777 !important;
}
.breadcrumb-item:hover {
background: #ffd7ad;
}
.breadcrumb-item .icon-cancel-circled:hover {
color: #ff7700;
}
.linkedAlbumPopInContainer {
background-color: white;
}
.AddIconTitle {
color: #000;
}
.search-result-item {
background-color: #fafafa;
box-shadow: 0px 2px #00000024;
color: #777;
}
.search-result-item .icon-plus-circled{
color: black;
}
.search-result-item .icon-plus-circled:hover{
color: #ff7700;
}