This commit is contained in:
Damien Vitrac
2019-12-04 16:06:48 +01:00
parent 1cdf9473cf
commit fbdad04b14
2 changed files with 7 additions and 5 deletions

View File

@@ -59,4 +59,9 @@
*/
}
.no-matches-label {
fill: #777;
font-size: 14px;
}
/* Palette END */

View File

@@ -55,14 +55,11 @@ joint.shapes.flo.NoMatchesFound = joint.shapes.basic.Generic.extend({
'follow-scale': true
},
'.no-matches-label': {
text: 'No Matches Found...',
text: 'No results found.',
ref: '.no-matches-label-border',
refX: 0.5,
refY: 0.5,
xAlignment: 'middle',
refY2: 5,
yAlignment: 'middle',
'fill': '#777777',
'font-style': 'italic'
},
},
}, joint.shapes.basic.Generic.prototype.defaults)