Sha256: c4efc41fa91212bb5663ad3bb5a02fa8febfb5b49219ad34e3a9a7ce0db6c53d
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
// // Bootstrap Tree View // -------------------------------------------------- .treeview { .list-group { border-top: 0; } .list-group-item { background: transparent; border-bottom: 1px solid transparent !important; border-top: 1px solid transparent !important; margin-bottom: 0; overflow: hidden; padding: 0 10px; text-overflow: ellipsis; white-space: nowrap; &:hover { background: $dropdown-link-hover-bg !important; border-color: $dropdown-link-hover-border-color !important; } &.node-selected { background: $dropdown-link-active-bg !important; border-color: $dropdown-link-active-border-color !important; color: $dropdown-link-active-color !important; } &.node-check-changed { span.node-icon, span.text { color: $bootstrap-treeview-highlight-color; } } } span.icon { display: inline-block; font-size: ($font-size-base + 1); min-width: 10px; text-align: center; > [class*="fa-angle"] { font-size: ($font-size-base + 3); } &.check-icon { margin-right: 10px; } } span.indent { margin-right: 5px; } .node-disabled { color: $color-pf-black-300; cursor: not-allowed; } .node-hidden { display:none; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
patternfly-sass-3.10.0 | assets/stylesheets/patternfly/_bootstrap-treeview.scss |