mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
related to #1614 dark mode for selectize alternative
This commit is contained in:
committed by
Matthieu Leproux
parent
238cee07e8
commit
fde4e392ef
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user