Launcher/Launcher/runtime/dialog/overlay/processing/processing.css

11 lines
No EOL
217 B
CSS

/*-- DrLeonardo Design --*/
#overlay > #description {
-fx-font-size: 12pt;
-fx-text-fill: #fff;
-fx-wrap-text: true;
}
#overlay > #description.error {
-fx-text-fill: red;
}
/*-- DrLeonardo Design --*/