diff --git a/package.json b/package.json index debbba1aa..bcbb4251f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "2.242.0", + "version": "2.243.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index e1fb9128d..4aaf8f421 100644 Binary files a/paligo-theme.tar.gz and b/paligo-theme.tar.gz differ diff --git a/paligo-theme/paligo-styles/redacto-theme.css b/paligo-theme/paligo-styles/redacto-theme.css index 7b03d3de3..234f55ca5 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -179,9 +179,9 @@ content: "\f277"; } -/* Schnellstart */ +/* Workflow */ .cat-panel-2:before { - content: "\f11e"; + content: "\f0c1"; } /* Voraussetzungen */ @@ -194,43 +194,53 @@ content: "\f007"; } -/* Benutzeroberflächen im RedactManager */ +/* Benachrichtigungen */ .cat-panel-5:before { - content: "\f0d0"; + content: "\f0f3"; +} + +/* Suchfunktion */ +.cat-panel-6:before { + content: "\f002"; +} + +/* Ebenen in der Benutzeroberfläche des RedactManagers */ +.cat-panel-7:before { + content: "\f2d2"; } /* Rollen und Berechtigungen */ -.cat-panel-6:before { +.cat-panel-8:before { content: "\f084"; } /* Dossier erstellen und verwalten */ -.cat-panel-7:before { +.cat-panel-9:before { content: "\f07c"; } /* Dokumente bearbeiten im Editor */ -.cat-panel-8:before { +.cat-panel-10:before { content: "\f15c"; } /* Dossier abschließen und herunterladen */ -.cat-panel-9:before { +.cat-panel-11:before { content: "\f019"; } /* Funktionsübersicht */ -.cat-panel-10:before { +.cat-panel-12:before { content: "\f03a"; } /* Glossar */ -.cat-panel-11:before { +.cat-panel-13:before { content: "\f02d"; } /* FAQ’s (häufige Fragen) */ -.cat-panel-12:before { +.cat-panel-14:before { content: "\f059"; }