createforobject.css 1.7 KB

1234567891011121314151617181920212223
  1. #mainContent {min-height: 500px;}
  2. .table-recorded thead{background: rgb(245 245 245); margin-bottom:20px;}
  3. .estimateTotally, .consumedTotally {border-radius: 9px; padding: 3px 7px; margin: 0 5px 0 5px; min-width: 18px;}
  4. .estimateTotally {background: #FFEFEF; color: #FF6262;}
  5. .nav > li.divider {margin: 0 10px 0 5px; background-color: #000; opacity: 0.06; width: 1px ; height: 15px; padding: 0 !important;}
  6. .table-record .input-group-addon { background: #fff;}
  7. .table-record .icon-calendar { color: rgb(22, 168, 248);}
  8. .main-header {border-bottom: none !important}
  9. .main-header ul.hours {display: flex; float: left; transform: translate(0, 50%); margin: 0;}
  10. .main-header ul.hours:before{content:"("}
  11. .main-header ul.hours:after{content:")"}
  12. .body-modal .main-header > h2 { max-width: 70% !important; margin-right:0px;}
  13. .table-record .form-date {border-right: none;}
  14. .table textarea.form-control {height: 0px;}
  15. .table > thead > tr > th {font-weight: 400;}
  16. .table.has-sort-head thead > tr > th > a:after, .table.has-sort-head thead > tr > th > a:before {top: -7px;}
  17. .table.has-sort-head thead > tr > th > a.sort-down:after, .table.has-sort-head thead > tr > th > a.sort-up:before, .table.has-sort-head thead > tr > th > a:hover:after, .table.has-sort-head thead > tr > th > a:hover:before,
  18. .table.has-sort-head thead > tr > th > a:hover, .table.has-sort-head thead > tr > th > a:hover:after, .table.has-sort-head thead > tr > th > a:hover:before,
  19. .table.has-sort-head thead > tr > th > a.sort-down, .table.has-sort-head thead > tr > th > a.sort-up, .table.has-sort-head thead > tr > th > a:hover {color: #000;}
  20. #toggleFoldIcon:hover {cursor: pointer;}
  21. #toggleFoldIcon .icon-border {width: 20px; height: 20px; border-radius: 8px;}
  22. #toggleFoldIcon {margin-bottom: 10px;}