style.css 628 Bytes
@import url('colorPicker.css');

.link {
    cursor: pointer;
}

.source-tree{
	background: #e7e7e7;
	border: groove 1px #666;
}

.icon {
        width: 20px;
}

.source-tree-text{
	font-family: Arial, Impact;
	font-size: 12px;
	border-left: solid 1px #666;
}

a:link,active,visited .ancestor{
        font-family: Arial, Impact;
        color: #5E5400;
}

.path{
	font-family: Arial, Impact;
	font-size: 14px;
	font-style: underline;
	display: inline;
}

.controller-profile_editor a.control-panel-mezuro,
  .controller-profile_editor .msie6 a.control-panel-mezuro {
  background-image: url(/plugins/mezuro/icons/mezuro.png)
}