Sha256: df829d418e1b231c14b060c8fe3343abadad78bca430b03f437b81bc375f1c24

Contents?: true

Size: 910 Bytes

Versions: 1

Compression:

Stored size: 910 Bytes

Contents

.pagination {
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.page{
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    margin: 0 3px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    a {
        display: block;
        color: #606266;
    }
    a:hover {
        color: #3598DC;
    }
}

.disable {
    color: #b4b4b4;
    cursor: no-drop;
    a {
        color: #b4b4b4;
        cursor: no-drop;
    }
    a:hover {
        color: #b4b4b4;
    }
}

.current {
    background-color: #3598DC;
    color: #fff;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
admin_help-0.1.5 app/assets/stylesheets/pagination.scss