mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 21:52:25 -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 {
|
.imgcontainer:hover .gselchk {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.srch_header .gselchk {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
.gselchk {
|
.gselchk {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue