<p>Many elements in Open MCT need to articulate a dynamic status. </p>
</div>
<divclass="l-section">
<h2>Limits</h2>
<divclass="cols cols1-1">
<divclass="col">
<p>Limit CSS classes can be applied to any block or inline element. Open MCT limit classes set color and optionally an icon, but don't effect other properties. Yellow and red limit classes can be used as is, or allow the application of any custom icon available in Open MCT's glyphs library. "Level" limit classes - upper and lower - always use an icon in addition to a color; Open MCT doesn't support level limits without color.</p>
<ul>
<li><code>s-limit-yellow</code>: A yellow limit.</li>
<li><code>s-limit-red</code>: A red limit.</li>
<li><code>s-limit-yellow-icon</code>: A yellow limit with icon.</li>
<li><code>s-limit-red-icon</code>: A red limit with icon.</li>
<li><code>s-limit-upr</code>: Upper limit. Use this class in concert with a yellow or red limit class.</li>
<li><code>s-limit-lwr</code>: Lower limit. Use this class in concert with a yellow or red limit class.</li>
<p>When the system is operating in real-time streaming mode, it is important for views that display real-time data to clearly articulate when they are not, such as when a user zooms or pans a plot view, freezing that view. In that case, the CSS class <code>s-unsynced</code> should be applied to that view.</p>
</div>
<mct-example><divclass="s-unsynced">This element is unsynced</div>