<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wpadminbar .ea-wp-admin-bar &gt; .ab-item {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
}

#wpadminbar .ea-wp-admin-bar &gt; .ab-item:before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    top: 0px;
    left: 5px;
    opacity: .75;
    background: url("../images/ea-icon-white.svg") no-repeat scroll center 8px/ 85%!important;
}</pre></body></html>