aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features
diff options
context:
space:
mode:
authorYarin Dekel <yarind@amdocs.com>2018-12-18 14:26:42 +0200
committerEinav Keidar <einavw@amdocs.com>2018-12-18 12:46:20 +0000
commit23aa28ffdcddbd8514277ac0c9bcda88b3d7e95d (patch)
tree97497aaca929ab4e26f5c544146c2689316d10c2 /workflow-designer-ui/src/main/frontend/resources/scss/features
parent69c3c89a1ad09e9e863bcf993ed83ba9cb59182c (diff)
WF- disable composition field archive&certified
Issue-ID: SDC-2013 Change-Id: I3f6cc3d1f5ccd09766ee7d6e7c68cae6b1abd216 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/features')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss32
1 files changed, 29 insertions, 3 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss
index f4421770..a0f16662 100644
--- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss
@@ -4,14 +4,23 @@
.bpmn-container {
flex-basis: 100%;
- flex-grow: 1
+ flex-grow: 1;
+ .djs-palette.open {
+ border: none;
+ }
+ .djs-palette-entries {
+ border: solid 1px $light-gray;
+ &:empty {
+ border: none;
+ }
+ }
}
.bpmn-sidebar {
background-color: $light-silver;
height: 100%;
width: 320px;
- height: 100%;
- label {
+
+ label {
@include body-1;
}
.group-label {
@@ -23,6 +32,15 @@
max-height: 888px;
overflow-y: auto;
&, .bpp-properties-panel {
+ [disabled], [editable-readonly=false] {
+ background-color: $light-gray;
+ color: $dark-gray;
+ pointer-events: none;
+ }
+ label[for] {
+ cursor: default;
+ background: transparent;
+ }
background-color: $light-silver;
#camunda-activitySelect-select {
&.invalid {
@@ -32,6 +50,14 @@
}
}
}
+ [editable-readonly] {
+ font-family: OpenSans-Regular, Arial, sans-serif;
+ font-style: normal;
+ font-weight: 400;
+ font-size: 14px;
+ box-sizing: border-box;
+ }
+
.composition-buttons {
position: fixed;
background-color: $light-silver;