summaryrefslogtreecommitdiff
path: root/doc/de_DE/custom-css.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de_DE/custom-css.markdown')
-rw-r--r--doc/de_DE/custom-css.markdown30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/de_DE/custom-css.markdown b/doc/de_DE/custom-css.markdown
deleted file mode 100644
index b58a073f..00000000
--- a/doc/de_DE/custom-css.markdown
+++ /dev/null
@@ -1,30 +0,0 @@
-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;
-}
-```