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(69.4118%,69.4118%,69.4118%,0);
	border-right-color: rgba(69.4118%,69.4118%,69.4118%,0);
	border-bottom-color: rgba(69.4118%,69.4118%,69.4118%,0);
	border-left-color: rgba(69.4118%,69.4118%,69.4118%,0);
	border-image-source: none;
}
edit_box.minimal_edit_box:hover .self
{
	border-top-color: rgba(69.4118%,69.4118%,69.4118%,1);
	border-right-color: rgba(69.4118%,69.4118%,69.4118%,1);
	border-bottom-color: rgba(69.4118%,69.4118%,69.4118%,1);
	border-left-color: rgba(69.4118%,69.4118%,69.4118%,1);
}
edit_box.minimal_edit_box:focus .self
{
	background-image: -webkit-gradient(linear,25% 0%,25% 100%, from(rgba(94.5098%,94.5098%,94.5098%,1)), color-stop(0.05, rgba(94.5098%,94.5098%,94.5098%,1)), color-stop(0.95, rgba(96.8627%,96.8627%,96.8627%,1)), to(rgba(100%,100%,100%,1)));
}
edit_box.minimal_edit_box:normal .inner_border
{
	box-shadow: none;
}
edit_box.minimal_edit_box:focus .inner_border
{
	box-shadow: inset 1pt 1pt 3pt 0pt rgba(0%,0%,0%,0.1);
}