src/pyams_thesaurus/zmi/resources/css/pyams_thesaurus.css
changeset 0 47700a43ef3f
child 38 6b8bca3a30a8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_thesaurus/zmi/resources/css/pyams_thesaurus.css	Tue Apr 14 17:52:05 2015 +0200
@@ -0,0 +1,11 @@
+.tree .candidate .term {
+	font-style: italic;
+}
+
+.tree .archived .term {
+	text-decoration: line-through;
+}
+
+.tree i.extract-checker {
+	cursor: pointer;
+}