﻿/*
 * "ooTreeInputView" is a custom internal selector (like a namespace) to avoid
 * duplication and interference with other styles external definitions
*/
.ooTreeInputView-decoration {
  color: #000;
  text-decoration: none;
}
/*
 * Find the tag where
 * [aria-expanded="false"] and some nested tag (non only the direct children or first level children)
 * with "expanded" class style
 * or
 * [aria-expanded="true"] and some nested tag (non only the direct children or first level children)
 * with "collpased" class style
*/
.ooTreeInputView[aria-expanded="false"] .expanded,
.ooTreeInputView[aria-expanded="true"] .collapsed {
  display: none;
}
/*li.mt-auto > a:hover {*/
li.ooTreeInputView.mt-auto > a:hover {
  /*background-color: #FCC;*/
  background-color: lightgray;
}
/*ul.list-group {*/
/*ul.ooTreeInputView.list-group {
    padding-left: 10px;
    margin-left: 20px;
}*/
/*@size: 400px;

.OOTree-max-size {
    width: @size;
    height: @size;
}*/
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIk9PVHJlZUlucHV0Vmlldy5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFJQTtFQUNJLFdBQUE7RUFDQSxxQkFBQTs7Ozs7Ozs7OztBQVVKLGdCQUFnQix1QkFBd0I7QUFDeEMsZ0JBQWdCLHNCQUF1QjtFQUNuQyxhQUFBOzs7QUFHSixFQUFFLGdCQUFnQixRQUFTLElBQUc7O0VBRTFCLDJCQUFBIn0= */