indicate onclick action for audio files in grid view

This commit is contained in:
ed
2021-11-24 22:10:59 +01:00
parent 4acaf24d65
commit 8f3d97dde7
2 changed files with 7 additions and 0 deletions

View File

@@ -950,6 +950,12 @@ html.light .ghead {
#ggrid>a.dir:before {
content: '📂';
}
#ggrid>a.au:before {
content: '💾';
}
html.np_open #ggrid>a.au:before {
content: '▶';
}
#ggrid>a:before {
display: block;
position: absolute;