summaryrefslogtreecommitdiff
path: root/themes/CleanFS/_tags.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CleanFS/_tags.css')
-rw-r--r--themes/CleanFS/_tags.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/themes/CleanFS/_tags.css b/themes/CleanFS/_tags.css
new file mode 100644
index 0000000..a911052
--- /dev/null
+++ b/themes/CleanFS/_tags.css
@@ -0,0 +1,19 @@
+/* template example for customizable tags.css.
+_tags.css will be overwritten by Flyspray upgrades.
+Your customized tags.css will stay untouched during Flyspray upgrades and reflects your tag settings in admin area.
+*/
+
+/* you can overwrite default tag style from theme.css */
+/*.tag {border-width:3px;}*/
+
+/* just a predefined collection of available colors here. So you can map it to tagid's or tag classes */
+.tag.tphone, t1 { background-color:#900;color:#fff;}
+.tag.tfax, t2 { background-color:#ff0;color:#000;}
+.tag.temail, t3 {background-color:#009;color:#fff;}
+
+/* some public icons */
+.tag:before {font-family:fontawesome;}
+.tag.tphone:before {content:'\f098';}
+.tag.tfax:before {content:'\f1ac';}
+.tag.temail:before {content:'\f0e0';}
+.tag.tphone:after, .tag.tphone:after {content:'';} /* hide the title again */