mirror of
https://gitlab.aachen.ccc.de/inventory/in.git
synced 2024-11-25 16:53:59 +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;
|
||||
}
|
||||
|
||||
#results.showhidden .result.hidden.filtered {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.result.filtered {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue