Minor UI stylings
This commit is contained in:
@@ -724,6 +724,7 @@ input[type="radio"] + label {
|
|||||||
|
|
||||||
input[type="radio"]:checked + label {
|
input[type="radio"]:checked + label {
|
||||||
border-color: var(--fg-color);
|
border-color: var(--fg-color);
|
||||||
|
color: var(--fg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"]:checked + label + .tab {
|
input[type="radio"]:checked + label + .tab {
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</pw-section>
|
</pw-section>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
<pw-section class="green" label="Schema" ref="schema">
|
<pw-section class="green" label="Schema" ref="schema">
|
||||||
<Editor
|
<Editor
|
||||||
:value="schemaString"
|
:value="schemaString"
|
||||||
|
|||||||
Reference in New Issue
Block a user