We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22cf57f + 2b0c2bf commit a506fb1Copy full SHA for a506fb1
options.css
@@ -56,3 +56,7 @@ button {
56
border-color: var(--line-color);
57
color: var(--main-color);
58
}
59
+
60
+input {
61
+ font-family: monospace;
62
+}
options.html
@@ -27,6 +27,8 @@ <h2>Options</h2>
27
<div id="buttons-wrapper">
28
<span class="hidden"></span>
29
<button id="add-button">Add</button>
30
+ <button class="hidden">Dummy</button>
31
32
<button id="load-defaults-button">Reset</button>
33
<button id="save-button">Save</button>
34
<span id="saved-notification" class="hidden">Saved</span>
0 commit comments