23 lines
388 B
CSS
23 lines
388 B
CSS
.extrasMenuOptions .navMenuOptionTextBlock {
|
|
margin-top: 0;
|
|
text-align: start;
|
|
}
|
|
|
|
.extrasMenuOptions .navMenuOptionTextSubtext {
|
|
font-size: 0.75em;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.extrasMenuPopup button:disabled {
|
|
pointer-events: none;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.extrasVersion {
|
|
cursor: default;
|
|
user-select: none;
|
|
line-height: 2em;
|
|
opacity: 0.5;
|
|
font-size: 0.8em;
|
|
}
|