git-svn-id: http://xe-core.googlecode.com/svn/trunk@727 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-27 12:35:34 +00:00
parent c0f2cd0831
commit 857b178965
8 changed files with 22 additions and 14 deletions

View file

@ -21,13 +21,13 @@ a.bold {
.folder_area { display: none; }
.editor_component_output {
background:url(../tpl/images/multimedia_icon.gif) no-repeat center;
background:url(../tpl/images/edit_component.gif) no-repeat center;
background-color:#FFFFFF;
border:3px dotted #2661db;
}
.zbxe_plugin_output {
background:url(../tpl/images/multimedia_icon.gif) no-repeat center;
background:url(../tpl/images/plugin.gif) no-repeat center;
background-color:#FFFFFF;
border:3px dotted #039311;
}