Improve documentation about custom CSS
This commit is contained in:
@@ -1,14 +1,13 @@
|
|||||||
|
Custom CSS
|
||||||
|
==========
|
||||||
|
|
||||||
|
Einstellung > Anwendungskonfiguration > benutzerdefiniertes Stylesheet
|
||||||
|
|
||||||
Inviduelle Kategorien Darstellung
|
Inviduelle Kategorien Darstellung
|
||||||
=================================
|
---------------------------------
|
||||||
|
|
||||||
|
Für den Kategorien-Container allgemeine Darstellung:
|
||||||
|
|
||||||
|
|
||||||
Setup
|
|
||||||
-----
|
|
||||||
|
|
||||||
1: Einstellung > Anwendungskonfiguration > benutzerdefiniertes Stylesheet
|
|
||||||
|
|
||||||
Für den Kategorien-Container allgemeine Darstellung
|
|
||||||
```css
|
```css
|
||||||
.task-board-category-container-color span {
|
.task-board-category-container-color span {
|
||||||
border: solid 0.5px grey;
|
border: solid 0.5px grey;
|
||||||
@@ -16,7 +15,8 @@ Für den Kategorien-Container allgemeine Darstellung
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Für den Text-Inhalt
|
Für den Text-Inhalt:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
[class*="category-Patchkanditat"] {
|
[class*="category-Patchkanditat"] {
|
||||||
background-color: rgba(255, 0, 0, 0.50);
|
background-color: rgba(255, 0, 0, 0.50);
|
||||||
@@ -28,4 +28,3 @@ Für den Text-Inhalt
|
|||||||
font-size:11px;
|
font-size:11px;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||

|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 754 B |
@@ -1,21 +1,21 @@
|
|||||||
Individual category markup
|
Custom CSS
|
||||||
===========================
|
==========
|
||||||
|
|
||||||
|
Go to Settings > Application settings > Custom Stylesheet
|
||||||
|
|
||||||
Setup
|
Example to change color of category labels
|
||||||
-----
|
------------------------------------------
|
||||||
|
|
||||||
1: Settings > Application settings > Custom Stylesheet
|
|
||||||
|
|
||||||
For the category container:
|
For the category container:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
.task-board-category-container-color span {
|
.task-board-category-container-color span {
|
||||||
border: solid 0.5px grey;
|
border: solid 0.5px grey;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
Custom css values for one category - this is an example for displaying the text:
|
Custom css values for one category - this is an example for displaying the text:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
[class*="category-Patchkanditat"] {
|
[class*="category-Patchkanditat"] {
|
||||||
background-color: rgba(255, 0, 0, 0.50);
|
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;
|
font-size:11px;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||

|
|
||||||
@@ -83,6 +83,7 @@ Using Kanboard
|
|||||||
- [Command line interface](cli.markdown)
|
- [Command line interface](cli.markdown)
|
||||||
- [Syntax guide](syntax-guide.markdown)
|
- [Syntax guide](syntax-guide.markdown)
|
||||||
- [Brute force protection](bruteforce-protection.markdown)
|
- [Brute force protection](bruteforce-protection.markdown)
|
||||||
|
- [Custom CSS](custom-css.markdown)
|
||||||
- [Frequently asked questions](faq.markdown)
|
- [Frequently asked questions](faq.markdown)
|
||||||
|
|
||||||
### Troubleshooting
|
### Troubleshooting
|
||||||
|
|||||||
Reference in New Issue
Block a user