/* In assets/styles.css */
.ghostupload-success {
	color: green;
}

.ghostupload-warning {
	color: orange;
}

.ghost-log-box {
	background: #111;
	color: #0f0;
	padding: 10px;
	height: 300px;
	overflow-y: scroll;
	font-family: monospace;
	font-size: 13px;
}

.ghost-status-success {
	color: green;
}

.ghost-status-warning {
	color: orange;
}