<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.treegrid-expander {
	display: inline-block;
	margin-left: -24px;
	position: relative;
	width: 24px;
}
.treegrid-expander {
	vertical-align: middle;
}
.treegrid-expander::after {
	border: 6px solid transparent;
	content: ' ';
	display: block;
	height: 0;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 0;
}
.treegrid-expander-expanded,
.treegrid-expander-collapsed {
	cursor: pointer;
}
.treegrid-expander-expanded::after {
	border-top-color: #ccc;
}
.treegrid-expander-collapsed::after {
	border-left-color: #ccc;
}
tr.loading&gt;td&gt;.treegrid-container&gt;.treegrid-expander::after {
	background: url('../images/loader.gif') center center no-repeat;
	border: 0;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}
.treegrid-move-indicator {
	border: 5px solid transparent;
	border-left-color: #000;
	display: none;
	width: 0;
	height: 0;
	position: absolute;
	margin-top: -5px;
	margin-left: -6px;
}
.treegrid-container.dragging {
	margin-left: 0 !important;
	position: absolute;
}
</pre></body></html>