mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-30 12:13:21 +01:00
21 lines
293 B
CSS
21 lines
293 B
CSS
.menuButton {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
|
|
&::after {
|
|
margin-left: 5px;
|
|
content: '\25BE';
|
|
}
|
|
|
|
&:hover {
|
|
color: var(--toobarButtonHoverColor);
|
|
}
|
|
}
|
|
|
|
.isDisabled {
|
|
color: var(--disabledColor);
|
|
|
|
pointer-events: none;
|
|
}
|