Now with hide files from launcher working. event_file.hide

This commit is contained in:
Scott Idem
2024-07-25 18:20:17 -04:00
parent 4a70869896
commit 86c8aa6c83
6 changed files with 98 additions and 15 deletions

View File

@@ -330,4 +330,10 @@ img.qr_code:hover {
img.qr_code:focus {
/* outline: solid thin red; */
/* width: 2.50in; */
}
.dim {
opacity: 0.5;
color: hsla(0, 0%, 50%, .95);
}