mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
fix unreadable links when playing search results
This commit is contained in:
parent
52bf6f892b
commit
5fd81e9f90
|
@ -622,7 +622,8 @@ input[type="checkbox"]:checked+label {
|
||||||
#files td.min a {
|
#files td.min a {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#files tr.play td {
|
#files tr.play td,
|
||||||
|
#files tr.play div a {
|
||||||
background: #fc4;
|
background: #fc4;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #400;
|
color: #400;
|
||||||
|
|
Loading…
Reference in a new issue