mirror of
https://github.com/Radarr/Radarr
synced 2026-01-15 12:03:08 +01:00
21 lines
281 B
CSS
21 lines
281 B
CSS
.menuButton {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
|
|
&::after {
|
|
margin-left: 5px;
|
|
content: '\25BE';
|
|
}
|
|
|
|
&:hover {
|
|
color: $toobarButtonHoverColor;
|
|
}
|
|
}
|
|
|
|
.isDisabled {
|
|
color: $disabledColor;
|
|
|
|
pointer-events: none;
|
|
}
|