Advertisement
hilmi_coding

grid hover and selection

Aug 18th, 2022
829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. .e-grid.e-gridhover tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
  2.   background-color: #39ca08 !important;
  3. }
  4.  
  5. .e-grid td.e-active {
  6.   background-color: rgb(0, 255, 55);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement