mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
12 lines
165 B
CSS
12 lines
165 B
CSS
.tableScroller {
|
|
position: relative;
|
|
}
|
|
|
|
.row {
|
|
transition: background-color 500ms;
|
|
|
|
&:hover {
|
|
background-color: var(--tableRowHoverBackgroundColor);
|
|
}
|
|
}
|