mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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.
This commit is contained in:
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
Block a user