mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
hide chk on search header
This commit is contained in:
parent
b516c0ac85
commit
0f15e5929b
|
|
@ -987,6 +987,9 @@ tr.play td:nth-child(1) a {
|
|||
.imgcontainer:hover .gselchk {
|
||||
display: block;
|
||||
}
|
||||
.srch_header .gselchk {
|
||||
display: none !important;
|
||||
}
|
||||
.gselchk {
|
||||
position: absolute;
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue