diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2017-09-12 21:09:38 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2017-09-12 21:29:24 +0800 |
commit | bb91af99ee72160a29ffd84c3c5a0c65326c1209 (patch) | |
tree | 177d98dbf8dc89f8775e1d301ee2b47694e4bdcf /sdc-workflow-designer-ui/src/styles.css | |
parent | b4e2f2d1505a3a9ae8b474b8eea271730a2db2ce (diff) |
support drag muilt element
support select multi element by mouse drag and drag multi element.
Issue-ID: SDC-316
Change-Id: I7111b705f2e490b84f030fc4832217808c3783dc
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/src/styles.css')
-rw-r--r-- | sdc-workflow-designer-ui/src/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/styles.css b/sdc-workflow-designer-ui/src/styles.css index 6b32fc30..0a624d5e 100644 --- a/sdc-workflow-designer-ui/src/styles.css +++ b/sdc-workflow-designer-ui/src/styles.css @@ -57,3 +57,9 @@ textarea.form-control { margin: 0 !important; font-size: 12px !important; } + +.selecting { + border: 1px solid royalblue; + background-color: yellowgreen; + position: absolute; +} |