diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 10:54:58 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 10:54:58 -0700 |
commit | 0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 (patch) | |
tree | 5d8941b5950ede2db8ca3fba0213792db0f07a50 /doc/en_US/custom-css.markdown | |
parent | ac11220a1aa7ae30b8827d9bbf221888d3edd0a7 (diff) |
Move documentation to https://docs.kanboard.org/
Diffstat (limited to 'doc/en_US/custom-css.markdown')
-rw-r--r-- | doc/en_US/custom-css.markdown | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/en_US/custom-css.markdown b/doc/en_US/custom-css.markdown deleted file mode 100644 index 32f64105..00000000 --- a/doc/en_US/custom-css.markdown +++ /dev/null @@ -1,29 +0,0 @@ -Custom CSS -========== - -Go to 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); - 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; -} -``` |