mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 02:52:50 +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;
|
||||
}
|
||||
@@ -6260,7 +6260,6 @@ color:#FF7B00;
|
||||
|
||||
.linked-albums-badge {
|
||||
padding: 2px 6px;
|
||||
background: #DBDBDB;
|
||||
border-radius: 50px;
|
||||
font-size: 10px;
|
||||
transition: 0.3s;
|
||||
@@ -6274,18 +6273,12 @@ color:#FF7B00;
|
||||
.breadcrumb-item {
|
||||
margin: 0 10px 10px 12px;
|
||||
padding: 7px 10px;
|
||||
background-color: #fafafa;
|
||||
box-shadow: 0px 2px #00000024;
|
||||
border-radius: 5px;
|
||||
font-weight: bold;
|
||||
color: #777 !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
.breadcrumb-item:hover {
|
||||
background: #ffd7ad;
|
||||
}
|
||||
.breadcrumb-item:hover .icon-cancel-circled{
|
||||
color: black;
|
||||
}
|
||||
@@ -6302,10 +6295,6 @@ color:#FF7B00;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.breadcrumb-item .icon-cancel-circled:hover {
|
||||
color: #ff7700;
|
||||
}
|
||||
|
||||
.breadcrumb-item.add-item {
|
||||
width: min-content;
|
||||
cursor: pointer;
|
||||
@@ -6346,7 +6335,6 @@ color:#FF7B00;
|
||||
border-radius:15px;
|
||||
align-items:center;
|
||||
width: 400px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.linkedAlbumPopInContainer .AddIconContainer {
|
||||
@@ -6370,7 +6358,6 @@ color:#FF7B00;
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
color: #000;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
@@ -6426,11 +6413,6 @@ color:#FF7B00;
|
||||
.search-result-item .icon-plus-circled{
|
||||
margin-left: auto;
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.search-result-item .icon-plus-circled:hover{
|
||||
color: black;
|
||||
}
|
||||
|
||||
.search-result-item .notClickable {
|
||||
|
||||
@@ -1674,6 +1674,49 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.linked-albums-badge {
|
||||
background: #777;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.breadcrumb-item {
|
||||
background-color: #333;
|
||||
box-shadow: 0px 2px #00000070;
|
||||
color: #777 !important;
|
||||
}
|
||||
.breadcrumb-item:hover {
|
||||
background: #f9852c;
|
||||
}
|
||||
.breadcrumb-item:hover a {
|
||||
background: #f9852c;
|
||||
color: #000;
|
||||
}
|
||||
.breadcrumb-item .icon-cancel-circled:hover {
|
||||
color: #ae5d1e;
|
||||
}
|
||||
|
||||
.linkedAlbumPopInContainer {
|
||||
background-color: #444;
|
||||
}
|
||||
.AddIconTitle,
|
||||
.limitReached {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
.search-result-item {
|
||||
background-color: #333;
|
||||
box-shadow: 0px 2px #00000070;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.search-result-item .icon-plus-circled{
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.search-result-item .icon-plus-circled:hover{
|
||||
color: #ff7700;
|
||||
}
|
||||
|
||||
.search-line {
|
||||
background: #333;
|
||||
color: #a1a1a1;
|
||||
|
||||
Reference in New Issue
Block a user