diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-14 00:29:38 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-14 00:29:38 +1000 |
| commit | 5b00f23b28e3a09a4120101a8be8802d009e5d84 (patch) | |
| tree | 53a9190c2c8ad57b25c6e429e97fcc8ff6bdeb23 /Pages/ViewMedia.cshtml.css | |
| parent | 3ce156d00197a894ac9b0507544afd51aec2a0fd (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; } |
