/*
 * Arc - Copyleft of Simone 'evilsocket' Margaritelli.
 * evilsocket at protonmail dot com
 * https://www.evilsocket.net/
 *
 * See LICENSE.
 */
.editable:empty:after {
    color: transparent;
    content: 'abcde';
}

.editable {
    float: left;
}

.editable:hover {
    cursor: pointer;
}

.editable-icon {
    float: left;
    color: #ccc;
    cursor: pointer;
    margin-left: 5px;
}

.editable-icon:hover {
    color: #ccc;
}

.editable-input {

}
