mirror of
https://github.com/Radarr/Radarr
synced 2026-02-09 08:13:15 +01:00
14 lines
213 B
CSS
14 lines
213 B
CSS
.jumpBarItem {
|
|
flex: 1 1 $jumpBarItemHeight;
|
|
border-bottom: 1px solid var(--borderColor);
|
|
text-align: center;
|
|
font-weight: bold;
|
|
|
|
&:hover {
|
|
color: #777;
|
|
}
|
|
|
|
&:last-child {
|
|
border: none;
|
|
}
|
|
}
|