browse.css 632 B

123456789101112
  1. .side-col .tree a.active{font-weight: 700; color: #0c64eb;}
  2. #sidebar .cell{overflow: auto !important;}
  3. .hide-sidebar #sidebar #sidebarHeader{display: none}
  4. table td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
  5. .main-table tbody>tr>td:first-child{padding-left: 8px}
  6. .btn-group {margin-right: 10px !important;}
  7. .btn-group a i.icon-plus {font-size: 16px;}
  8. .btn-group a.btn-primary {border-right: 1px solid rgba(255,255,255,0.2);}
  9. .btn-group button.dropdown-toggle.btn-primary {padding:6px;}
  10. #mainMenu.clearfix {margin: 0;}
  11. .toolbar {display: flex; justify-content: space-between; background: #fff; padding: 5px 10px;}