bstreeview.min.css 827 B

12345678910
  1. /*
  2. @preserve
  3. bstreeview.css
  4. Version: 1.2.0
  5. Authors: Sami CHNITER <sami.chniter@gmail.com>
  6. Copyright 2020
  7. License: Apache License 2.0
  8. Project: https://github.com/chniter/bstreeview
  9. */
  10. .bstreeview{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;padding:0;overflow:hidden}.bstreeview .list-group{margin-bottom:0}.bstreeview .list-group-item{border-radius:0;border-width:1px 0 0 0;padding-top:.5rem;padding-bottom:.5rem;cursor:pointer}.bstreeview .list-group-item:hover{background-color:#dee2e6}.bstreeview>.list-group-item:first-child{border-top-width:0}.bstreeview .state-icon{margin-right:8px}.bstreeview .item-icon{margin-right:5px}