mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04: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;
|
|
}
|