Files

134 lines
3.3 KiB
CSS

/* by mohammad */
/* remove arrow from table header */
/* table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
visibility: hidden;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
right: 0.5em;
content: "\2193";
display: none;
}
.dataTables_length {
float: left;
}
.table-footer-style {
text-align: right;
background-color: #286893;
color: #fff;
font-size: 13px;
} */
/* changing white space from top of the table its done inline*/
td.details-control {
background: url('/dist/images/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.details td.details-control {
background: url('/dist/images/details_open.png') no-repeat center center;
}
td.AcitivityMount {
background: url('/dist/images/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.details td.AcitivityMount {
background: url('/dist/images/details_open.png') no-repeat center center;
}
.openedrow {
background-color: navajowhite !important;
}
.btn-set-filter {
background-color: rgb(43, 125, 43);
border: 0;
margin-bottom: 5px;
border-radius: 5px;
font-size: 12px;
color: white;
}
/* .dt-button {
display: none !important;
} */
#marematTown_wrapper>.dataTables_info {
display: none;
}
.btn_datable {
color: rgb(43, 125, 43) !important;
}
.show_table {
color: rgb(43, 125, 43) !important;
}
.titlesecondtable {
padding-top: 59px;
white-space: pre;
}
.bluecolor {
background-color: #ff5c0f !important;
}
/* #gozarehtowntable > tbody > tr:nth-child(2) {
padding :0px ;
} */
/* #gozarehtowntable > tbody > tr:nth-child(2) > td {
padding :0px ;
} */
/* table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
border-right-width: 0px;
} */
.parent-excel {
width: 223px;
min-height: 200px;
background-color: white;
border-radius: 5px;
display: none;
position: absolute;
z-index: 9;
left: 100px;
box-shadow: 0 0 3px;
top: 127px;
padding: 8px;
}
.parent-excel::-webkit-scrollbar {
background-color: rgb(178, 178, 178);
border-radius: 10px;
border: 4px solid rgb(128, 128, 128);
}
.parent-excel::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: rgb(128, 128, 128);
}
.table tbody{
font-size: 10px !important;
}