From 86b8e424852c1bb0e143825dc40d878b26cb2525 Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Thu, 12 Mar 2026 10:08:39 +0200 Subject: [PATCH] =?UTF-8?q?Lis=C3=A4=C3=A4=20'Kuva'=20dokumenttikategoria?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- index.html | 1 + script.js | 1 + style.css | 1 + 3 files changed, 3 insertions(+) diff --git a/index.html b/index.html index ed81eb5..b5e4a13 100644 --- a/index.html +++ b/index.html @@ -839,6 +839,7 @@ + diff --git a/script.js b/script.js index fb144a2..6f49d6e 100644 --- a/script.js +++ b/script.js @@ -4840,6 +4840,7 @@ const docCategoryLabels = { lasku: 'Lasku', ohje: 'Ohje', raportti: 'Raportti', + kuva: 'Kuva', kokousmuistio: 'Kokousmuistio', muu: 'Muu' }; diff --git a/style.css b/style.css index 0cc556a..a828f3e 100644 --- a/style.css +++ b/style.css @@ -1598,6 +1598,7 @@ span.empty { .doc-category.cat-lasku { background: #fef3c7; color: #92400e; } .doc-category.cat-ohje { background: #d1fae5; color: #065f46; } .doc-category.cat-raportti { background: #ede9fe; color: #5b21b6; } +.doc-category.cat-kuva { background: #fef9c3; color: #854d0e; } .doc-category.cat-muu { background: #f3f4f6; color: #374151; } .doc-category.cat-kokousmuistio { background: #fce7f3; color: #9d174d; }