fix new_entry class not "allowing" to select or focus a row

This commit is contained in:
Ralf Becker 2020-07-22 21:40:07 +02:00
parent 4b9be2876e
commit 0d426ae911

View File

@ -1994,10 +1994,10 @@ ul[id$='favorites_popup_state'] span.filter_value {
} }
/* End of hierarchy */ /* End of hierarchy */
.et2_nextmatch .egwGridView_grid tr.focused { .et2_nextmatch .egwGridView_grid tr.focused {
background: rgba(153, 204, 255, 0.4); background: rgba(153, 204, 255, 0.4) !important;
} }
.et2_nextmatch .egwGridView_grid tr.focused.selected { .et2_nextmatch .egwGridView_grid tr.focused.selected {
background: rgba(153, 204, 255, 0.7); background: rgba(153, 204, 255, 0.7) !important;
} }
/* Nextmatch tiled view */ /* Nextmatch tiled view */
.et2_nextmatch .egwGridView_grid tr.tile { .et2_nextmatch .egwGridView_grid tr.tile {