Minor UI stylings
This commit is contained in:
parent
a22090e3df
commit
91d0422f53
2 changed files with 4 additions and 0 deletions
|
|
@ -724,6 +724,7 @@ input[type="radio"] + label {
|
|||
|
||||
input[type="radio"]:checked + label {
|
||||
border-color: var(--fg-color);
|
||||
color: var(--fg-color);
|
||||
}
|
||||
|
||||
input[type="radio"]:checked + label + .tab {
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@
|
|||
</li>
|
||||
</ul>
|
||||
</pw-section>
|
||||
|
||||
<br />
|
||||
|
||||
<pw-section class="green" label="Schema" ref="schema">
|
||||
<Editor
|
||||
:value="schemaString"
|
||||
|
|
|
|||
Loading…
Reference in a new issue