diff -r 000000000000 -r 47700a43ef3f src/pyams_thesaurus/zmi/resources/css/pyams_thesaurus.css --- /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; +}