/**
 * @file
 * Styling for sjq-XX-lout theme icons.
 */

/**
 * line toolbar
 */
.xt-tbline-item.icon-bookmarks {
    background-image: url("icons/bookmarks.svg");
}
.xt-tbline-item.icon-surprise {
    background-image: url("icons/surprise-darkred.svg");
}
#page-wrapper.psurprise .xt-tbline-item.icon-surprise {
    background-image: url("icons/psurprise-darkred.svg");
}
.xt-tbline-item.icon-go-back {
    background-image: url("icons/go-back.svg");
}
.xt-tbline-item.icon-history {
    background-image: url("icons/history.svg");
}
.xt-tbline-item.icon-go-next {
    background-image: url("icons/go-next.svg");
}

.slogxt-dropbutton .dropbutton-action a.icon-bmstorage:before {
    background-image: url("icons/bmstorage.svg");
}

#sjqlout-preloads #sjqlout-tbsysnode,
.toolbar.slogtb.toolbar-icon-tbnode,
.toolbar.slogtb .toolbar-bar .toolbar-icon-tbnode:before {
    background-image: url("icons/tbnode.svg");
}

article .xtitems-open-toggler {
    width: 24px;
    height: 22px;
    float: right;
    margin-top: -8px;
    margin-right: 4px;
    z-index: 2;
    background-color: silver;
    background-image: url("icons/special-open.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    border-radius: 8px;
    cursor: pointer;
}

article.xtitems-open .xtitems-open-toggler {
    background-image: url("icons/special-close.svg");
}

