mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-14 16:04:26 -04:00
8 lines
123 B
CSS
8 lines
123 B
CSS
.row {
|
|
transition: background-color 500ms;
|
|
|
|
&:hover {
|
|
background-color: var(--tableRowHoverBackgroundColor);
|
|
}
|
|
}
|