All Downloads are FREE. Search and download functionalities are using the official Maven repository.

firefox.chrome.skin.buildmonitor.css Maven / Gradle / Ivy

Go to download

Monitor Hudson builds and display the status on Firefox status bar.

The newest version!
.info {
	text-align: right;
}
.title {
	font-weight: bold;
}
.success {
	color: #3465A4;
}
.success_green {
	color: #4E9A06;
}
.failure {
	color: #EF2929;
}
.unstable {
	color: #FEB738;
}
.warning {
	color: #FEB738;
}
.aborted {
	color: #626262;
}
.not_built {
	color: #626262;
}
.unknown {
	color: #626262;
}
.running {
	color: #3465A4;
}
.stuck {
	color: #EF2929;
}
.idle {
	color: #626262;
}
.offline {
	color: #626262;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy