Sha256: 36777553fc5c6ccab88b7cedc63d08e0262247c6faa0fea8b4df74391275c92c

Contents?: true

Size: 910 Bytes

Versions: 4

Compression:

Stored size: 910 Bytes

Contents

.sey-container {
    display: none;
    position: absolute;
    box-shadow: 1px 2px 6px;
    background-color: #fff;
    color: #333;
    transition: left 0.1s ease-in-out;
    z-index: 1;
}

.sey-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sey-show {
    display: block;
}

.sey-hide {
    display: none;
}

.sey-empty {
    cursor: default;
    padding: 7px;
}

.sey-item {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px;
}

.sey-item:hover {
    background-color: #444;
    color: #fff;
}

.sey-selected {
    background-color: #333;
    color: #fff;
}

.sey-char-highlight {
    font-weight: bold;
}

.sey-category-id {
    background-color: #eee;
    color: #aaa;
    text-align: right;
    text-transform: capitalize;
    font-style: italic;
    font-size: 12px;
    box-shadow: 1px 0px 1px;
    padding: 7px;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vaultify-0.1.4 app/assets/stylesheets/vaultify/horsey.css
vaultify-0.1.3 app/assets/stylesheets/vaultify/horsey.css
vaultify-0.1.1 app/assets/stylesheets/vaultify/horsey.css
vaultify-0.1.0 app/assets/stylesheets/vaultify/horsey.css