ddr summary/file/themes

CSS Rules in “Minimal Drop-down List”

drop_down.minimal_drop-down_list:normal .self
{
	background-image: none;
	background-color: rgba(100%,100%,100%,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;
}
drop_down.minimal_drop-down_list: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);
}
drop_down.minimal_drop-down_list:focus .self
{
	background-color: rgba(100%,100%,100%,1);
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
}
drop_down.minimal_drop-down_list:normal .icon
{
	background-image: none;
	background-color: rgba(100%,100%,100%,0);
	border-left-color: rgba(87.0588%,87.0588%,87.0588%,0);
	-fm-icon-color: rgba(0%,0%,0%,0);
}
drop_down.minimal_drop-down_list:hover .icon
{
	border-left-color: rgba(87.0588%,87.0588%,87.0588%,1);
	-fm-icon-color: rgba(0%,0%,0%,1);
}
drop_down.minimal_drop-down_list:pressed .icon
{
	-fm-icon-color: rgba(0%,0%,0%,1);
}
drop_down.minimal_drop-down_list:focus .icon
{
	background-image: -webkit-gradient(linear,left top,left bottom, from(rgba(100%,100%,100%,1)), to(rgba(95.2941%,95.2941%,95.2941%,1)));
	border-left-width: 1pt;
	-fm-icon-color: rgba(0%,0%,0%,1);
}