blob: df21c56e260652af33827267fecd3d88a7c00e5f [file] [log] [blame]
.status-red {
-fx-background-color:rgba(128,0,0,0.7);
}
.status-green {
-fx-background-color:rgba(0,64,0,0.7);
}
.status-blue {
-fx-background-color:rgba(0,0,128,0.7);
}
.status-light-green {
-fx-background-color:rgba(50,205,50,0.7);
}