<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jquery-file-input-wrapper {
    position: relative;
}

.jquery-file-input-wrapper input[type=file] {
    position: absolute;
    z-index: 2;

    *zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}</pre></body></html>