From a visual standpoint, grey highlight makes selection look deselected rather than selected. A brighter color would quickly provide visual feedback on an action.

With this patch the color of selected rows look more highlighted.
pull/3/head
Joao Pedro De Almeida Pereira 2017-03-30 22:56:13 -04:00 committed by Dave Page
parent e58dce9425
commit eb89998dc0
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ input.editor-checkbox:focus {
/* Override selected row color */
.sc.selected {
background-color: #eeeeee !important;
background-color: #DEE8F1 !important;
}
/* To highlight all newly inserted rows */