Sha256: f52bb3a12756445ffb0afc42f1a00e61c1d785a959ceb1c6d78de1309847bd7e

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

.jsontree {
    font-size: 13px;
    line-height: 1.2;
    font-family: monospace;
}
.jsontree,
.jsontree ul{
    list-style: none outside none;
}
.jsontree {
    padding-left: 0;
}
.jsontree>li>.key{
    display: none;
}
.jsontree .array>li>.key{
    display: none;
}
.jsontree .null{
    color: #999;
}
.jsontree .string{
    color: #4e9a06;
}
.jsontree .number{
    color: #a40000;
}
.jsontree .boolean{
    color: #c4a000;
}
.jsontree .key{
    color: #204a87;
}
.jsontree .fold{
    cursor: pointer;
}
.jsontree .fold:before{
    content: "⊗";
    padding: 0;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    width: 13px;
    text-align: center;
    height: 13px;
    line-height: 13px;
    vertical-align: middle;
    font-family: sans-serif;
    color: #933;
}
.jsontree .fold.folded:before{
    content: "⊕";
    padding: 0;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    width: 13px;
    text-align: center;
    height: 13px;
    line-height: 13px;
    vertical-align: middle;
    font-family: sans-serif;
    color: #000;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
logman-0.1.0 lib/console/static/css/jsontree.css
logman-0.1.0.alpha lib/console/static/css/jsontree.css
logman-0.0.2 lib/console/static/css/jsontree.css