<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Babel CSS file
 *
 * @author goldsky &lt;goldsky@virtudraft.com&gt;
 *
 * @package babel
 */

.icon-link {
    background-image: url(../icons/link.png) !important;
    background-repeat: no-repeat;
}
.icon-unlink {
    background-image: url(../icons/link_break.png) !important;
    background-repeat: no-repeat;
}
.icon-page-go {
    background-image: url(../icons/page_go.png) !important;
    background-repeat: no-repeat;
}
.icon-pencil-go {
    background-image: url(../icons/pencil_go.png) !important;
    background-repeat: no-repeat;
}

.icon-babel-actioncolumn-img {
    width: 16px;
    height: 16px;
    margin-top: 6px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 6px;
}

.icon-babel-description-img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.x-combo-list-item {
    min-height: 20px;
}

#babel-language-select .x-btn-arrow button {
    border-right-width: 0px;
    padding-right: 0px;
}</pre></body></html>