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
parent
e58dce9425
commit
eb89998dc0
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue