You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Radarr/frontend/src/Components/Page/PageJumpBarItem.css

15 lines
213 B

.jumpBarItem {
flex: 1 1 $jumpBarItemHeight;
border-bottom: 1px solid var(--borderColor);
text-align: center;
font-weight: bold;
&:hover {
color: #777;
}
&:last-child {
border: none;
}
}