fileTreeList.css 954 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .tree-body {
  2. padding: 0px !important;
  3. }
  4. .tree-body ul {
  5. list-style: none;
  6. padding: 0px 15px;
  7. margin: 0px;
  8. /*border-left: 1px solid #f5f5f5;
  9. border-right: 1px solid #f5f5f5;*/
  10. }
  11. .tree-body .treeitem {
  12. padding-left: 30px;
  13. width: 95%;
  14. cursor: pointer;
  15. }
  16. .tree-body .menu {
  17. position: relative;
  18. overflow-y: auto;
  19. overflow-x:hidden;
  20. padding: 5px 0px 0px 5px;
  21. height: 450px;
  22. }
  23. .tree-body .row {
  24. border-bottom: 1px solid #f5f5f5;
  25. padding: 6px 0px 6px 0px;
  26. cursor: pointer;
  27. }
  28. .tree-body .row .material-icons {
  29. position: relative;
  30. float: left;
  31. top: -2px;
  32. }
  33. .tree-body .icon-name-spac {
  34. padding-left: 24px;
  35. display: flex;
  36. }
  37. .key-header .btn{
  38. font-size: 16px;
  39. }
  40. .key-input{
  41. height: 36px !important;
  42. }
  43. .bg-light-first {
  44. background-color: #c45046 !important;
  45. color: #fff;
  46. }
  47. .bg-light-second {
  48. background-color: #992D2C !important;
  49. color: #fff;
  50. }