Sha256: 6a33c903d49563ecede6c1a6f4c629ddc14b0b39a7d45d907d18ff786a43cbe7

Contents?: true

Size: 723 Bytes

Versions: 2

Compression:

Stored size: 723 Bytes

Contents

/* Metamodel Specific Styles
 *****************************************************************************/

.ctc_Statemachine {
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
}

.ctc_SimpleState {
	border: 1px solid black; 
	-moz-border-radius: 0.5em; 
	margin: 10px;
	background: url(state_background.png) no-repeat top right #fcf2e3;
}

.ctc_SimpleState.ct_selected, .ct_selected .ctc_SimpleState {
	background: #aaf;
}

.ctc_CompositeState {
	border: 1px solid black; 
	-moz-border-radius: 0.5em; 
	margin: 10px;	
	background: url(state_background.png) no-repeat top right #fcf2e3;
}

.ctc_CompositeState.ct_selected, .ct_selected .ctc_CompositeState {
	background: #aaf;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
concrete-0.2.1 example/statemachine_editor/style1.css
concrete-0.2.0 example/statemachine_editor/style1.css