fix unreadable links when playing search results

This commit is contained in:
ed 2021-04-02 03:05:23 +02:00
parent 52bf6f892b
commit 5fd81e9f90

View file

@ -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;