Move Experimental -> Advanced
This commit is contained in:
parent
94e7657e7f
commit
2f49848496
2 changed files with 6 additions and 6 deletions
|
|
@ -21,8 +21,8 @@
|
||||||
<label class="net-label net-tgif"><input type="checkbox" id="net-tgif"> TGIF</label>
|
<label class="net-label net-tgif"><input type="checkbox" id="net-tgif"> TGIF</label>
|
||||||
<label class="net-label net-other"><input type="checkbox" id="net-other"> Other</label>
|
<label class="net-label net-other"><input type="checkbox" id="net-other"> Other</label>
|
||||||
</div>
|
</div>
|
||||||
<details class="experimental">
|
<details class="advanced">
|
||||||
<summary>Experimental</summary>
|
<summary>Advanced</summary>
|
||||||
<label class="hotspot-label"><input type="checkbox" id="show-hotspots"> Don't hide personal hotspots</label>
|
<label class="hotspot-label"><input type="checkbox" id="show-hotspots"> Don't hide personal hotspots</label>
|
||||||
<label class="hotspot-label"><input type="checkbox" id="show-inactive"> Show inactive repeaters</label>
|
<label class="hotspot-label"><input type="checkbox" id="show-inactive"> Show inactive repeaters</label>
|
||||||
</details>
|
</details>
|
||||||
|
|
|
||||||
|
|
@ -163,24 +163,24 @@ html, body {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.experimental {
|
.advanced {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: var(--text-fainter);
|
color: var(--text-fainter);
|
||||||
}
|
}
|
||||||
|
|
||||||
.experimental summary {
|
.advanced summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
letter-spacing: 0.03em;
|
letter-spacing: 0.03em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.experimental summary:hover {
|
.advanced summary:hover {
|
||||||
color: var(--text-faint);
|
color: var(--text-faint);
|
||||||
}
|
}
|
||||||
|
|
||||||
.experimental[open] {
|
.advanced[open] {
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue