Skip to content

Commit 86b73bb

Browse files
committed
make all
1 parent 806f3cd commit 86b73bb

34 files changed

+3414
-1791
lines changed

dist/joint.all.css

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! JointJS v0.7.0 - JavaScript diagramming library 2013-11-20
1+
/*! JointJS v0.8.0 - JavaScript diagramming library 2014-01-22
22
33
44
This Source Code Form is subject to the terms of the Mozilla Public
@@ -43,13 +43,11 @@ Important note: Presentation attributes have a lower precedence over CSS style r
4343
}
4444
*/
4545

46-
.magnet {
46+
[magnet=true]:not(.element) {
4747
cursor: crosshair;
4848
}
49-
50-
.magnet:hover {
49+
[magnet=true]:not(.element):hover {
5150
opacity: .7;
52-
fill: red;
5351
}
5452

5553
/*
@@ -228,3 +226,14 @@ Do not allow adding new vertices: .connection-wrap { pointer-events: none; }
228226
229227
*/
230228

229+
/* foreignObject in joint.shapes.basic.TextBlock */
230+
.TextBlock .fobj body {
231+
background-color: transparent;
232+
margin: 0px;
233+
}
234+
.TextBlock .fobj div {
235+
text-align: center;
236+
vertical-align: middle;
237+
display: table-cell;
238+
padding: 0px 5px 0px 5px;
239+
}

0 commit comments

Comments
 (0)