mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 05:03:13 +01:00
19 lines
256 B
CSS
19 lines
256 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;
|
|
}
|