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

org.jbpm.designer.public.css.sprites.simulation-images.css Maven / Gradle / Ivy

There is a newer version: 7.73.0.Final
Show newest version
/*
 * Copyright 2014 Red Hat, Inc. and/or its affiliates.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *       http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/** sprite: simulation-images-sprite; sprite-image: url('../../images/sprites/simulation-images-sprite.png'); sprite-layout: vertical */

/*
 * ********************************************************************************************************************
 * Before editing this file, see /jbpm-designer-utilities/sprites/README.md
 *
 * Stylesheet for simulation images
 *
 * ********************************************************************************************************************
 */

.x-tree-node-leaf .images_simulation_activities_BusinessRule {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/BusinessRule.png);  /** sprite-ref: simulation-images-sprite; */
}

.x-tree-node-leaf .images_simulation_activities_Email {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/Email.png);  /** sprite-ref: simulation-images-sprite; */
}

.x-tree-node-leaf .images_simulation_activities_Log {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/Log.png);  /** sprite-ref: simulation-images-sprite; */
}

.x-tree-node-leaf .images_simulation_activities_Manual {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/Manual.png);  /** sprite-ref: simulation-images-sprite; */
}

.x-tree-node-leaf .images_simulation_activities_None {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/None.png);  /** sprite-ref: simulation-images-sprite; */
}

.x-tree-node-leaf .images_simulation_activities_Receive {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/Receive.png);  /** sprite-ref: simulation-images-sprite; */
}

.x-tree-node-leaf .images_simulation_activities_Script {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/Script.png);  /** sprite-ref: simulation-images-sprite; */
}

.x-tree-node-leaf .images_simulation_activities_Send {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/Send.png);  /** sprite-ref: simulation-images-sprite; */
}

.x-tree-node-leaf .images_simulation_activities_Service {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/Service.png);  /** sprite-ref: simulation-images-sprite; */
}

.x-tree-node-leaf .images_simulation_activities_User
{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../../images/simulation/activities/User.png);  /** sprite-ref: simulation-images-sprite; */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy