Lines Matching refs:style

2 // Use of this source code is governed by a BSD-style license that can be
388 div.style.display = "inline-block";
389 div.style.width = (indent + 0.5) + "em";
522 row.style.backgroundColor = CATEGORY_COLOR;
524 row.style.backgroundColor = bucketFromKind(node.type).backgroundColor;
530 c.style.textAlign = "right";
534 c.style.textAlign = "right";
539 c.style.textAlign = "right";
559 c.style.textAlign = "right";
564 c.style.textAlign = "right";
670 this.element.style.display = "none";
689 this.element.style.display = "inherit";
896 this.element.style.display = "none";
918 this.element.style.display = "inherit";
1100 cell.style.padding = "1ex";
1103 cell.style.padding = "1ex";
1106 div.style.display = "inline-block";
1107 div.style.width = "0.6em";
1108 div.style.height = "1.2ex";
1109 div.style.backgroundColor = desc.color;
1110 div.style.borderStyle = "solid";
1111 div.style.borderWidth = "1px";
1112 div.style.borderColor = "Black";
1154 this.element.style.display = "none";
1158 this.element.style.display = "inherit";
1172 this.element.style.display = "none";
1187 this.element.style.display = "inherit";
1203 textCell.style.textIndent = indent + "em";
1204 numberCell.style.textIndent = indent + "em";
1234 textCell.style.textIndent = indent + "em";
1238 reasonCell.style.textIndent = indent + "em";
1258 numberCell.style.textIndent = indent + "em";
1278 textCell.style.textIndent = indent + "em";
1282 numberCell.style.textIndent = indent + "em";
1291 row.style.backgroundColor = CATEGORY_COLOR;
1302 numberCell.style.textIndent = indent + "em";
1363 this.table.style.display = "none";
1364 this.hideButton.style.display = "none";
1378 this.table.style.display = "inline-block";
1379 this.hideButton.style.display = "inline";
1569 this.element.style.display = newState.file ? "none" : "inherit";