﻿
/*所有cell包含的class*/
.matrix_cell {
    cursor: pointer;
    stroke-width: 0;
}



/*包含es的背景cell*/
.matrix_bges {
}

/*包含event的背景cell*/
.matrix_bgevent {
}

/*所有event mark 用于选择es所有 mark*/
.matrix_es {
}

/*所有事件线event mark*/
.matrix_event {
}

/*instant event mark*/
.matrix_instant {
}


/*========================================*/

.matrix_bgevent.highlight {
    /*transform-origin: inherit;*/
    transform: scale(1,1);
    fill: #f37f1d !important;
}

.matrix_bgevent.matrix_fade {
    fill-opacity: 0.4;
}



.matrix_event.highlight {
    /*transform-origin: inherit;*/
    transform: scale(1.2,2.2);
    fill: #ff7909 !important;
}

.matrix_event.matrix_fade {
    fill-opacity: 0.3;
}


.matrix_instant.highlight {
    transform: scale(1.2,2.6);
    fill: #ff7909 !important;
}

.matrix_instant.matrix_fade {
    fill-opacity: 0.3;
}


.matrix_line_header {
    /*font-family: sans-serif;*/
    fill: #757575;
    font-size: 16px;
}

/*.matrix_cell.selected {
    stroke-width: 2px;
    stroke: #dc3545;
}
*/