diff options
Diffstat (limited to 'doc/de_DE/individuel-category.markdown')
-rw-r--r-- | doc/de_DE/individuel-category.markdown | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/de_DE/individuel-category.markdown b/doc/de_DE/individuel-category.markdown new file mode 100644 index 00000000..95d6600b --- /dev/null +++ b/doc/de_DE/individuel-category.markdown @@ -0,0 +1,31 @@ +Inviduelle Kategorien Darstellung +================================= + + + +Setup +----- + +1: Einstellung > Anwendungskonfiguration > benutzerdefiniertes Stylesheet + +Für den Kategorien-Container allgemeine Darstellung +```css +.task-board-category-container-color span { + border: solid 0.5px grey; + color: black; +} +``` + +Für den Text-Inhalt +```css +[class*="category-Patchkanditat"] { + background-color: rgba(255, 0, 0, 0.50); + border: none!important; + font-weight: bold; + font-style: italic; + box-shadow: 0 1px 1px rgba(186, 186, 186, 0.55); + color: white!important; + font-size:11px; +} +``` +![CAT](./screenshots/kanboard_patch_category.PNG) |