diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-02-27 15:57:30 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-02-27 15:57:30 -0800 |
commit | f1996001486d98f7160b1db380e02b664d9c030b (patch) | |
tree | 7c8e5484a8361b5f79beab979444e85ea3110480 /doc/en_US | |
parent | dd424e5a99c920434a8ea4402d764b46e69cd932 (diff) |
Improve documentation about custom CSS
Diffstat (limited to 'doc/en_US')
-rw-r--r-- | doc/en_US/custom-css.markdown (renamed from doc/en_US/individuel-category.markdown) | 15 | ||||
-rw-r--r-- | doc/en_US/index.markdown | 1 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/en_US/individuel-category.markdown b/doc/en_US/custom-css.markdown index fe029e6c..32f64105 100644 --- a/doc/en_US/individuel-category.markdown +++ b/doc/en_US/custom-css.markdown @@ -1,21 +1,21 @@ -Individual category markup -=========================== +Custom CSS +========== +Go to Settings > Application settings > Custom Stylesheet -Setup ------ - -1: Settings > Application settings > Custom Stylesheet +Example to change color of category labels +------------------------------------------ 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); @@ -27,4 +27,3 @@ Custom css values for one category - this is an example for displaying the text: font-size:11px; } ``` -![CAT](../de_DE/screenshots/kanboard_patch_category.PNG) diff --git a/doc/en_US/index.markdown b/doc/en_US/index.markdown index 09b39d9f..e4375e85 100644 --- a/doc/en_US/index.markdown +++ b/doc/en_US/index.markdown @@ -83,6 +83,7 @@ Using Kanboard - [Command line interface](cli.markdown) - [Syntax guide](syntax-guide.markdown) - [Brute force protection](bruteforce-protection.markdown) +- [Custom CSS](custom-css.markdown) - [Frequently asked questions](faq.markdown) ### Troubleshooting |