#abstracts > .floater;

&.reform-floater {
    z-index     : 1000;
    border      : 1px solid #000000;
    background  : rgba(34, 34, 34, .9);
    color       : #ffffff;
    line-height : 13px;
    box-shadow  : none;

    .no-rounded-corners;

    .reform-floater-list {
        min-width  : 0;
        max-height : 300px;
        border     : 1px solid rgba(255, 255, 255, 0.2);
        padding    : 5px;

        .reform-floater-item {
            padding       : 7px 4px;
            border-bottom : 1px solid #000000;
            white-space   : normal;

            &:first-child { border-top: 1px solid #000000; }

            &.disabled {
                background-color : inherit;
                color            : #cccccc;
            }

            &.hover { background-color: rgba(0, 0, 0, 0.4); }
            strong { color: @fontColor; }
        }
    }
}