mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-07 02:11:26 +02:00
issue #2132 album selector hierarchy added to search page
This commit is contained in:
@@ -271,6 +271,10 @@
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.and-more{
|
||||
color: #777
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.filter-form {
|
||||
width: 101vw;
|
||||
|
||||
@@ -274,6 +274,10 @@
|
||||
color:black;
|
||||
}
|
||||
|
||||
.and-more{
|
||||
color: #777
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.filter-form {
|
||||
width: 100vw;
|
||||
|
||||
@@ -724,6 +724,40 @@
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.display-subcat {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.display-subcat:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.display-subcat::before {
|
||||
transition: 0.5s;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.display-subcat.open::before {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.prefill-results-item {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.search-result-subcat-item {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search-result-item.already-in {
|
||||
cursor: default;
|
||||
}
|
||||
.and-more{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
html, body {
|
||||
|
||||
Reference in New Issue
Block a user