mirror of
https://gitlab.aachen.ccc.de/inventory/in.git
synced 2024-11-26 00:54:00 +01:00
fix filtered and "hidden" items showing up when showhidden is set
This commit is contained in:
parent
c763cdb23f
commit
1b64cdd747
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ h1 a {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#results.showhidden .result.hidden.filtered {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.result.filtered {
|
.result.filtered {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue