.view tbody tr.row-selected { background-color: linen; }

@keyframes copied {
  from {background-color: plum; font-weight: normal;}
  to {background-color: transparent; font-weight: normal;}
}
.view tbody .copied { animation-name: copied; animation-duration: 2s; }