diff --git a/submodules/callLogs/callLogs.css b/submodules/callLogs/callLogs.css index 18cc6ee..c1bf937 100644 --- a/submodules/callLogs/callLogs.css +++ b/submodules/callLogs/callLogs.css @@ -216,3 +216,14 @@ #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 { + background-color: #999; +} +body.colorblind #call_logs_container .grid-cell.direction .icon-green { + color: #EEE !important; +} +body.colorblind #call_logs_container .grid-cell.direction .icon-orange { + color: #222 !important; +} \ No newline at end of file