diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-14 00:29:38 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-18 10:59:32 +1000 |
| commit | 07a4c7ead01514bd3f304f00abc38140a1d73634 (patch) | |
| tree | 6606addd04356c1b39e316ae3c7deb39bea28442 /Pages/ViewMedia.cshtml.css | |
| parent | b8833351cbbd6505d86e3fb8a791344fa1fbc94c (diff) | |
Added functionality for ingest tagging and implicit tags
Diffstat (limited to 'Pages/ViewMedia.cshtml.css')
| -rw-r--r-- | Pages/ViewMedia.cshtml.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Pages/ViewMedia.cshtml.css b/Pages/ViewMedia.cshtml.css index 622de48..29094b8 100644 --- a/Pages/ViewMedia.cshtml.css +++ b/Pages/ViewMedia.cshtml.css @@ -52,6 +52,10 @@ div#metadata-fileinfo > table td { font-size: 8pt; } +div#metadata-fileinfo button#delete-button { + background: #ff4848; +} + div#metadata-tags > table td { font-size: 8pt; } |
