.seedprod #icon-options-general {
    background: transparent url(../../framework/seedprod-gray-icon-36x34.png) no-repeat;
}

#wpadminbar .umm-mode-active > .ab-item{
	color:#fff;
	background-color: #f44;
	background-image: -moz-linear-gradient(bottom, #d00, #f44);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d00), to(#f44));
}

#wpadminbar .umm-mode-active:hover > .ab-item{
	background-color: #a30 !important;
	background-image: -moz-linear-gradient(bottom, #d00, #a30) !important;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d00), to(#a30)) !important;
}

