mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 05:44:58 +02:00
related to #1614 darkmode for add btn when 0 relatd cats
This commit is contained in:
committed by
Matthieu Leproux
parent
fde4e392ef
commit
1f6cdc08d8
@@ -820,4 +820,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
|
||||
.search-result-item .icon-plus-circled:hover{
|
||||
color: #ff7700;
|
||||
}
|
||||
|
||||
.breadcrumb-item.add-item.highlight {
|
||||
background: #ffa646;
|
||||
box-shadow: 0 2px #af7200;
|
||||
color: white !important;
|
||||
}
|
||||
@@ -6302,12 +6302,6 @@ color:#FF7B00;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.breadcrumb-item.add-item.highlight {
|
||||
background: #ffa646;
|
||||
box-shadow: 0 2px #af7200;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#addLinkedAlbum {
|
||||
display:none;
|
||||
}
|
||||
|
||||
@@ -1766,4 +1766,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
|
||||
.applicationCard .applicationDesc {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.breadcrumb-item.add-item.highlight {
|
||||
background: #f7a43c;
|
||||
box-shadow: 0 2px #af7200;
|
||||
color: #444 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user