﻿/*  BArtsFramework_BTreeView.css */

.BTreeView {
}

  .BTreeView img {
    min-width: 24px;
    min-height: 24px;
  }

  .BTreeView tr {
    height: 32px;
  }

  .BTreeView a {
    color: black;
  }

  .BTreeView .BTreeNodeSelected {
    color: blue;
    font-weight: bold;
  }


  .BTreeView tr :has(.BTreeNodeSelected) select {
    box-shadow: 0 0 1px 1px #2196F3 !important;
    outline: none;
  }

  .BTreeView div :has(.BTreeNodeSelected) select:first-of-type {
    box-shadow: 0 0 1px 1px #2196F3 !important;
    outline: none;
  }


.BTreeView input[type="checkbox"] {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  margin: 1px;
  cursor: pointer;
}

.BTreeViewComboOption {
  min-width: 100px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px;
}
