<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
.indicator{
    position: absolute;
    font-size: 9px;
    width: 16px;
    height: 12px;
    display: none;
    color: red;
    font-family: arial;
    background: url('../_images/drag.png') no-repeat 0px 0px;
}
</pre></body></html>