|
|
|
@ -222,58 +222,6 @@ |
|
|
|
max-height: 500px; |
|
|
|
overflow: auto; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table { |
|
|
|
font-size: 14px; |
|
|
|
width: 100%; |
|
|
|
table-layout: fixed; |
|
|
|
border: solid 1px #666; |
|
|
|
border-radius: 4px; |
|
|
|
border-collapse: initial; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table tr td { |
|
|
|
padding: 2px 10px; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table tr td:first-of-type { |
|
|
|
width: 220px; |
|
|
|
border-right: solid 1px #A6A6A6; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table thead tr { |
|
|
|
background-color: #ccc; |
|
|
|
font-weight: 600; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table thead tr td { |
|
|
|
border-bottom: solid 1px #666; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table thead tr td:first-of-type { |
|
|
|
border-top-left-radius: 4px; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table thead tr td:last-of-type { |
|
|
|
border-top-right-radius: 4px; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table tbody tr td:first-of-type { |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
text-align: right; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table tbody tr td:last-of-type { |
|
|
|
word-wrap: break-word; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table tbody tr:not(:last-of-type) td { |
|
|
|
border-bottom: solid 1px #A6A6A6; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table tbody tr:nth-child(odd) { |
|
|
|
background-color: #eee; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table tbody tr:nth-child(even) { |
|
|
|
background-color: #ddd; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table tbody tr:last-of-type td:first-of-type { |
|
|
|
border-bottom-left-radius: 4px; |
|
|
|
} |
|
|
|
#call_logs_details_popup .details-table tbody tr:last-of-type td:last-of-type { |
|
|
|
border-bottom-right-radius: 4px; |
|
|
|
} |
|
|
|
|
|
|
|
/********************** COLORBLIND SETTINGS **********************/ |
|
|
|
body.colorblind #call_logs_container .grid-row:not(.header-row) .grid-cell.direction { |
|
|
|
|