Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .tableFixHead {
- overflow-y: auto;
- overflow-x: auto;
- }
- .div1 {
- height: 80px;
- width: 100%;
- overflow: scroll;
- border: 1px solid #c0c6cc !important;
- border-collapse: separate !important;
- border-spacing: 0 !important;
- table-layout: fixed;
- font-family: arial, sans-serif;
- font-size: 11px !important;
- margin: 0;
- }
- .div1 th {
- position: sticky;
- top: 0;
- background: white !important;
- font-weight: bold;
- border: 1px solid #c0c6cc !important;
- border-collapse: separate !important;
- min-width: 100px;
- width: 100px;
- max-width: 110px;
- word-wrap: break-word !important;
- padding-left: 5px;
- }
- .div1 td {
- border: 1px solid #c0c6cc !important;
- border-collapse: separate !important;
- word-wrap: break-word !important;
- min-width: 100px;
- width: 100px;
- max-width: 110px;
- padding-left: 5px;
- padding-right: 5px;
- }
- .div1 th:nth-child(1),
- .div1 td:nth-child(1) {
- position: sticky;
- left: 0;
- width: 25px !important;
- min-width: 25px !important;
- max-width: 25px !important;
- background: #ffffff;
- }
- .div1 th:nth-child(2),
- .div1 td:nth-child(2) {
- position: sticky;
- left: 25px;
- width: 65px !important;
- min-width: 65px !important;
- max-width: 65px !important;
- background: #ffffff;
- }
- .div1 th:nth-child(3),
- .div1 td:nth-child(3) {
- position: sticky;
- left: 90px;
- width: 140px !important;
- min-width: 140px !important;
- max-width: 140px !important;
- background: #ffffff;
- }
- .div1 th:nth-child(4),
- .div1 td:nth-child(4) {
- position: sticky;
- left: 230px;
- width: 80px !important;
- min-width: 80px !important;
- max-width: 80px !important;
- background: #ffffff;
- }
- .div1 th:nth-child(5),
- .div1 td:nth-child(5) {
- position: sticky;
- left: 310px;
- width: 140px !important;
- min-width: 140px !important;
- max-width: 140px !important;
- background: #ffffff;
- }
- .div1 th:nth-child(1),
- .div1 th:nth-child(2),
- .div1 th:nth-child(3),
- .div1 th:nth-child(4),
- .div1 th:nth-child(5) {
- z-index: 1;
- }
- .saveBtn{
- background-color: #2490EF !important;
- color: white !important;
- }
- .sub_total{
- font-weight: bold;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement