Sha256: 21d94e903403240c33e4e0e9bd66b9b824ce02a7f7f657413e69ec6d0f8aef9c

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

.jstree-association_categories
  .jstree-locked li a
    color: gray
  ul
    margin: 0
    padding: 0

  li
    float: none !important
    margin: 2px 0 !important

    &.jstree-open
      ins
        background: url("dark-blue-minus.png") 0 0 no-repeat
    &.jstree-closed
      ins
        background: url("dark-blue-plus.png") 0 0 no-repeat
      ul
        display: none
    &.jstree-checked
      ins.jstree-checkbox
        background: url("check-checked.png") 0px 0 no-repeat
    &.jstree-unchecked
      ins.jstree-checkbox
        background: url("check-unchecked.png") 0 0 no-repeat

    ul li > ins.jstree-icon
      background: none
    a
      display: inline !important
      color: #557383 !important
      font-weight: bold
      font-size: 1em
      -moz-border-radius: 3px
      -webkit-border-radius: 3px
      border-radius: 3px
      height: 20px
      &.jstree-hovered
        background-color: #8fc864
        color: #FFF !important
      ins.jstree-icon
        background: url("folder.png") -4px -4px no-repeat
    li
      padding-left: 15px


.jstree-leaf
  padding-left: 5px !important

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
forgeos_core-1.9.4 app/assets/stylesheets/forgeos/jstree/themes/association_categories/style.css.sass
forgeos_core-1.9.3 app/assets/stylesheets/forgeos/jstree/themes/association_categories/style.css.sass
forgeos_core-1.9.2 app/assets/stylesheets/forgeos/jstree/themes/association_categories/style.css.sass