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

wt.sit-wt-app.3.0.0.source-code.testScriptEditor.css Maven / Gradle / Ivy

The newest version!
.table-row-cell:empty {
    -fx-background-color: #f3f3f3;
}

.table-cell.non-editable {
    -fx-background-color: #E0E0E0;
}

.table-cell.debugStep {
    -fx-background-color: lightgreen;
}

.table-cell.debugCase {
    -fx-background-color: lightyellow;
}

.table-cell.debugCase.debugStep {
    -fx-background-color: yellowgreen;
}

.table-cell.test-step-picker {
	-fx-graphic: none;
	-fx-background-repeat: no-repeat;
    -fx-background-position: center;
    -fx-background-size: 80% auto;
}

.table-cell.test-step-picker.enabled {
	-fx-background-image: url('/icon/ic_fiber_manual_record_black_18dp_1x.png');
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy