mirror of
https://github.com/Radarr/Radarr
synced 2026-01-01 21:24:19 +01:00
7 lines
123 B
CSS
7 lines
123 B
CSS
.row {
|
|
transition: background-color 500ms;
|
|
|
|
&:hover {
|
|
background-color: var(--tableRowHoverBackgroundColor);
|
|
}
|
|
}
|