Readarr/frontend/src/Components/Page/PageJumpBarItem.css
ta264 9b6b406a53 Better selection of jump bar items
Show first, last and most common items
2019-12-15 22:00:40 -05:00

14 lines
207 B
CSS

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