forked from extern/egroupware
fix new_entry class not "allowing" to select or focus a row
This commit is contained in:
parent
4b9be2876e
commit
0d426ae911
@ -1994,10 +1994,10 @@ ul[id$='favorites_popup_state'] span.filter_value {
|
||||
}
|
||||
/* End of hierarchy */
|
||||
.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 {
|
||||
background: rgba(153, 204, 255, 0.7);
|
||||
background: rgba(153, 204, 255, 0.7) !important;
|
||||
}
|
||||
/* Nextmatch tiled view */
|
||||
.et2_nextmatch .egwGridView_grid tr.tile {
|
||||
|
Loading…
Reference in New Issue
Block a user