Browse Source

Tweak style of Allowed IPs box

pull/759/head
Peter Lewis 3 years ago
committed by GitHub
parent
commit
db2c8a433c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/www/index.html

2
src/www/index.html

@ -351,7 +351,7 @@
</div>
<div class="mt-2">
<p class="text-sm text-gray-500">
<input class="rounded p-2 border-2 border-gray-100 focus:border-gray-200 outline-none w-full"
<input class="rounded p-2 border-2 dark:bg-neutral-700 dark:text-neutral-200 border-gray-100 dark:border-neutral-600 focus:border-gray-200 focus:dark:border-neutral-500 dark:placeholder:text-neutral-400 outline-none w-full"
type="text" v-model.trim="clientCreateAllowedIps" placeholder="Allowed IPs (optional)" />
</p>
</div>

Loading…
Cancel
Save