ddr summary/file/themes

CSS Rules in “Minimal Edit Box”

edit_box.minimal_edit_box:normal .self
{
	background-image: none;
	background-color: rgba(0%,0%,0%,0);
	border-top-color: rgba(87.0588%,87.0588%,87.0588%,0);
	border-right-color: rgba(87.0588%,87.0588%,87.0588%,0);
	border-bottom-color: rgba(87.0588%,87.0588%,87.0588%,0);
	border-left-color: rgba(87.0588%,87.0588%,87.0588%,0);
	border-image-source: none;
}
edit_box.minimal_edit_box:hover .self
{
	border-top-color: rgba(87.0588%,87.0588%,87.0588%,1);
	border-right-color: rgba(87.0588%,87.0588%,87.0588%,1);
	border-bottom-color: rgba(87.0588%,87.0588%,87.0588%,1);
	border-left-color: rgba(87.0588%,87.0588%,87.0588%,1);
}
edit_box.minimal_edit_box:focus .self
{
	background-color: rgba(100%,100%,100%,1);
}