Improve documentation about custom CSS

This commit is contained in:
Frédéric Guillot
2018-02-27 15:57:30 -08:00
parent dd424e5a99
commit f199600148
4 changed files with 17 additions and 18 deletions

View File

@@ -0,0 +1,30 @@
Custom CSS
==========
Einstellung > Anwendungskonfiguration > benutzerdefiniertes Stylesheet
Inviduelle Kategorien Darstellung
---------------------------------
Für den Kategorien-Container allgemeine Darstellung:
```css
.task-board-category-container-color span {
border: solid 0.5px grey;
color: black;
}
```
Für den Text-Inhalt:
```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;
}
```