From dd424e5a99c920434a8ea4402d764b46e69cd932 Mon Sep 17 00:00:00 2001 From: sfahrenholz Date: Thu, 22 Feb 2018 21:47:01 +0100 Subject: Add CSS class to categories to allow custom styling --- doc/en_US/individuel-category.markdown | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/en_US/individuel-category.markdown (limited to 'doc/en_US') diff --git a/doc/en_US/individuel-category.markdown b/doc/en_US/individuel-category.markdown new file mode 100644 index 00000000..fe029e6c --- /dev/null +++ b/doc/en_US/individuel-category.markdown @@ -0,0 +1,30 @@ +Individual category markup +=========================== + + +Setup +----- + +1: Settings > Application settings > Custom Stylesheet + +For the category container: +```css +.task-board-category-container-color span { + border: solid 0.5px grey; + color: black; +} + +``` +Custom css values for one category - this is an example for displaying the text: +```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](../de_DE/screenshots/kanboard_patch_category.PNG) -- cgit v1.2.3