deeProcessApplicationValidator.3.0.0.source-code.viadee.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viadeeProcessApplicationValidator Show documentation
Show all versions of viadeeProcessApplicationValidator Show documentation
The tool checks Camunda projects for consistency and discovers errors in process-driven applications.
Called as a Maven plugin or JUnit test, it discovers esp. inconsistencies of a given BPMN model in the classpath and the
sourcecode of an underlying java project, such as a delegate reference to a non-existing java class or a non-existing Spring bean.
.table-primary, .table-primary>th, .table-primary>td {
background-color: rgb(126, 188, 169);
}
.nav-pills .model-selector.active {
color: rgb(105, 24, 133);
background: linear-gradient(to right, #DFAD47, rgb(183, 179, 112));
border-radius: 0;
border: 2.0px solid #7EBCA9;
}
.nav-pills .model-selector {
color: rgb(105, 24, 133);
background: linear-gradient(to right, #DFAD47, rgb(183, 179, 112));
border-radius: 0;
}
.nav-pills .table-selector {
color: white;
border-radius: 0;
background-color: rgb(105, 24, 133);
padding: 12px 30px;
margin: 0 1px 0 0;
font-weight: bold;
opacity: 0.65;
}
.nav-pills .table-selector.active {
background-color: rgb(105, 24, 133);
opacity: 1;
}
#viewModeNavBar a:hover {
color: white !important;;
text-decoration: none !important;
text-decoration-color: white !important;;
opacity: 0.9;
}
.h3-header {
margin-bottom: 0;
}
.version {
font-size: 12px;
}
a {
color: rgb(0, 0, 0);
word-wrap: break-word;
overflow-wrap: break-word;
}
a:hover {
color: rgb(105, 24, 133) !important;;
text-decoration: underline !important;
text-decoration-color: rgb(105, 24, 133) !important;;
}
.table-row {
table-layout: fixed;
}
.table-issues thead tr th:first-child,
.table-issues tbody tr td:first-child {
width: 16em;
min-width: 17em;
max-width: 8em;
}
.table-issues thead tr th:nth-child(2),
.table-issues tbody tr td:nth-child(2) {
width: 16em;
min-width: 17em;
max-width: 8em;
word-break: break-all;
}
.table-issues thead tr th:nth-child(4),
.table-issues tbody tr td:nth-child(4) {
width: 8em;
min-width: 8em;
max-width: 8em;
}
.issue-card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 0rem;
}
.issue-button {
float: left;
width: 49%;
margin-top: .1rem;
margin-right: .1rem;
margin-left: .1rem;
}
.issue-button-table-add {
float: left;
width: 40%;
margin-top: .1rem;
height: 45px;
}
.issue-button-table-remove {
float: right;
width: 55%;
margin-top: .1rem;
margin-right: .1rem;
height: 45px;
}
.issue-id {
float: left;
width: 75%;
}
.btn-viadee-close {
cursor: pointer;
}
.btn-viadee {
color: #fff;
background-color: rgb(105, 24, 133);
border-color: rgb(90, 20, 114);
cursor: pointer;
opacity: 0.8;
}
.btn-viadee:hover {
opacity: 1;
}
.btn-viadee:active {
background-color: rgb(90, 20, 114);
box-shadow: 0 5px #666;
transform: translateY(5px);
}
.btn-viadee:disabled {
cursor: no-drop;
border: 1px solid #999999;
background-color: #cccccc;
color: #666666;
}
.download {
position: absolute;
left: 1em;
}
.global-download {
position: absolute;
right: 1em;
}
.badge-pill-cursor {
cursor: pointer;
-webkit-appearance: none !important;
}
.badge-variable-operations {
padding: 0.3em 0.4em;
line-height: 1.2;
}
.viadee-head {
border-bottom: 1px solid #003278;
}
.viadee-lightblue-bg {
background: linear-gradient(to right, #DFAD47, #7EBCA9);
}
.viadee-pill-bg {
background-color: #7EBCA9;
}
.viadee-blue-bg {
background-color: #3C5C8E;
}
.viadee-darkblue-border {
border: solid rgb(105, 24, 133);
}
.viadee-darkblue-text {
color: #003278;
}
.viadee-border {
border-radius: 0.25rem;
}
.text-muted-viadee {
color: black;
margin-left: 1em;
margin-right: 1em;
}
.viadee-small-alert {
font-size: 0.7em;
border-radius: 0;
}
.viadee-big-alert {
font-size: 1.2em;
border-radius: 0;
}
.viadee-footer {
background: linear-gradient(to right, #DFAD47, #7EBCA9);
}
#canvas {
height: 35rem;
}
#tableHeader::after {
content: attr(data-content);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy