mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -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 {
|
||||
display: none;
|
||||
}
|
||||
#files tr.play td {
|
||||
#files tr.play td,
|
||||
#files tr.play div a {
|
||||
background: #fc4;
|
||||
border-color: transparent;
|
||||
color: #400;
|
||||
|
|
Loading…
Reference in a new issue