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

|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 754 B |
Reference in New Issue
Block a user