Browse Source

UI-335: Updated arrows in call logs to support colorblind mode

4.3
Maxime Roux 12 years ago
parent
commit
242ddde9e1
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      submodules/callLogs/callLogs.css

+ 11
- 0
submodules/callLogs/callLogs.css View File

@ -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;
}

Loading…
Cancel
Save