mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #1735 new API method pwg.images.setCategory to associate/dissociate/move a list of images
This commit is contained in:
@@ -295,6 +295,14 @@ input[type="text"] {
|
||||
grid-template-columns: 66% 34%;
|
||||
}
|
||||
|
||||
#methodDescription blockquote ul {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#methodDescription blockquote ul li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.card, .card-2 {
|
||||
margin: 10px;
|
||||
background-color: var(--color-bg-secondary);
|
||||
@@ -598,4 +606,4 @@ div.onlys {padding:.25em .5em;display:table;border-radius:4px;margin-bottom:0.5e
|
||||
/* Handle on hover */
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--color-action);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user