egroupware_official/phpgwapi/js/dhtmlxtree/css/editor.css

22 lines
248 B
CSS
Raw Normal View History

2006-03-19 18:51:23 +01:00
p{
margin-top : 1px;
margin-bottom : 1px;
}
body{
font-weight : bold;
font-family : Tahoma;
font-size : 13px;
}
.editorComment{
color:gray;
}
.editorTags{
color: #0000CD;
}
.editorCFTags{
color: #D2691E;
}
.editorQuotes{
color: #3CB371;
}