fix filesize color on select

This commit is contained in:
ed 2025-10-25 00:15:36 +00:00
parent d3dd34569a
commit 1c17b63b76

View file

@ -1036,6 +1036,7 @@ html.dz #flogout {
box-shadow: 0 .1em 1.2em var(--g-play-sh); box-shadow: 0 .1em 1.2em var(--g-play-sh);
} }
#files tbody tr.sel td, #files tbody tr.sel td,
#files tbody tr.sel span,
#ggrid>a.sel, #ggrid>a.sel,
#ggrid>a[tt].sel { #ggrid>a[tt].sel {
color: var(--g-sel-fg); color: var(--g-sel-fg);