Lines Matching refs:style

13 		this.div.style.overflowY = 'auto';
14 this.div.style.overflowX = 'hidden';
16 this.div.style.maxHeight = (h0 - 10) + 'px';
23 link.style.cssText = 'color:blue;text-decoration:underline;margin-left:8px;cursor:help;';
27 icon.style.height = '16px';
28 icon.style.width = '16px';
322 div.style.whiteSpace = 'nowrap';
327 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:4px';
334 pages.style.marginBottom = '16px';
419 div.style.whiteSpace = 'nowrap';
423 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:4px';
450 pagesFromInput.style.cssText = 'margin:0 8px 0 8px;'
454 pagesFromInput.style.width = '50px';
1004 div.style.whiteSpace = 'nowrap';
1008 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:4px';
1012 pages.style.marginBottom = '16px';
1112 dlg.textarea.style.width = '600px';
1113 dlg.textarea.style.height = '380px';
1180 elt.style.width = '16px';
1181 elt.style.paddingTop = '2px';
1182 elt.style.paddingLeft = '4px';
1183 elt.style.zIndex = '1';
1184 elt.style.position = 'absolute';
1185 elt.style.display = 'block';
1186 elt.style.cursor = 'pointer';
1187 elt.style.right = '17px';
1191 elt.style.top = '6px';
1192 elt.style.right = '15px';
1196 elt.style.top = '2px';
1200 elt.style.top = '0px';
1205 elt.style.right = '95px';
1209 icon.style.backgroundImage = 'url(' + Editor.globeImage + ')';
1210 icon.style.backgroundPosition = 'center center';
1211 icon.style.backgroundRepeat = 'no-repeat';
1212 icon.style.backgroundSize = '19px 19px';
1213 icon.style.position = 'absolute';
1214 icon.style.height = '19px';
1215 icon.style.width = '19px';
1216 icon.style.marginTop = '2px';
1217 icon.style.zIndex = '1';
1223 elt.style.opacity = '0.85';
1224 elt.style.filter = 'invert(100%)';
1271 dlg.textarea.style.width = '600px';
1272 dlg.textarea.style.height = '380px';
1348 title.style.marginTop = '6px';
1349 title.style.display = 'inline-block';
1350 title.style.width = '140px';
1356 typeSelect.style.width = '200px';
1357 typeSelect.style.boxSizing = 'border-box';
1392 title.style.marginTop = '6px';
1393 title.style.display = 'inline-block';
1394 title.style.width = '140px';
1401 parentChildSpacing.style.width = '200px';
1402 parentChildSpacing.style.boxSizing = 'border-box';
1411 title.style.marginTop = '6px';
1412 title.style.display = 'inline-block';
1413 title.style.width = '140px';
1420 siblingSpacing.style.width = '200px';
1421 siblingSpacing.style.boxSizing = 'border-box';
1472 item.style.backgroundColor = Editor.isDarkMode() ? '#505759' : 'whiteSmoke';
1473 item.style.cursor = 'default';
1478 input.style.marginLeft = '8px';
1776 dlg.textarea.style.width = '600px';
1777 dlg.textarea.style.height = '380px';
1826 dlg.textarea.style.width = '600px';
1827 dlg.textarea.style.height = '380px';
1922 mxLog.window.div.style.zIndex = mxPopupMenu.prototype.zIndex - 2;
2014 img.style.marginLeft = '6px';
2964 editorUi.dialog.container.style.overflow = 'auto';
2978 var insertVertex = function(value, w, h, style) argument
2980 var cell = new mxCell(value, new mxGeometry(0, 0, w, h), style);
4028 elt.style.fontFamily = null;
4047 img.style.cursor = 'pointer';
4048 img.style.display = 'inline-block';
4106 tr.firstChild.nextSibling.style.fontFamily = fontName;
4313 curFontName = state.style[mxConstants.STYLE_FONTFAMILY] || curFontName;
4317 var temp = state.style['fontSource'];
4336 curType = state.style['FType'] || curType;