Fix legend labels in Firefox, fix colored labels slider

This commit is contained in:
NBTX
2019-10-31 16:36:59 +00:00
parent e369791f37
commit 9ee398af19
2 changed files with 9 additions and 2 deletions

View File

@@ -252,13 +252,17 @@ fieldset {
}
legend {
display: flex;
display: inline-block;
align-items: center;
justify-content: center;
color: var(--fg-color);
font-weight: 700;
cursor: pointer;
* {
vertical-align: middle;
}
i {
margin-left: 8px;
}