mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
fix hotdog theme visibility
This commit is contained in:
parent
9eea2761db
commit
2dc31e3391
|
|
@ -3626,6 +3626,12 @@ html.cy #pvol {
|
||||||
html.cy #path i {
|
html.cy #path i {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
html.cy #up_quick_btn.on:not(:hover) {
|
||||||
|
background: #f00;
|
||||||
|
}
|
||||||
|
html.cy span {
|
||||||
|
color: #f00;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue