.storageFiles .fileRow,
.storage147Main .storage147Table tbody tr {
  user-select: none;
  cursor: default;
  transition: background .12s ease, outline .12s ease;
}

.storageFiles .fileRow.selected,
.storageFiles .fileRow.active,
.storage147Main .storage147Table tbody tr.selected {
  background: #183a61 !important;
  outline: 2px solid #5ca8ff !important;
  outline-offset: -2px;
}

.storageFiles .fileRow[draggable="true"],
.storage147Main .storage147Table tbody tr[draggable="true"] {
  cursor: grab;
}

.storageFiles .fileRow.dragging,
.storage147Main .storage147Table tbody tr.dragging {
  opacity: .55;
  cursor: grabbing;
}

html[data-theme="light"] .storageFiles .fileRow.selected,
html[data-theme="light"] .storageFiles .fileRow.active,
html[data-theme="light"] .storage147Main .storage147Table tbody tr.selected {
  background: #c9e0f4 !important;
  outline-color: #1f6fb8 !important;
}
