jadefin/mods/ExtrasMenu.css

23 lines
388 B
CSS
Raw Normal View History

2024-03-01 21:01:22 +01:00
.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;
}
2024-05-14 18:52:36 +02:00
.extrasVersion {
cursor: default;
user-select: none;
line-height: 2em;
opacity: 0.5;
font-size: 0.8em;
}