fix css, version 2.0

This commit is contained in:
No 2024-12-29 20:23:32 +00:00 committed by no@no.no
parent 3014762ae3
commit 627025751c
4 changed files with 6 additions and 6 deletions

View file

@ -19,13 +19,13 @@
<h2>Storage</h2>
<label for="webdav-address">WebDAV Address</label>
<input id="webdav-address" type="text" placeholder="https://example.com:1234/CustomWeb/"></input>
<input id="webdav-address" class="new-input" type="text" placeholder="https://example.com:1234/CustomWeb/"></input>
<label for="webdav-username">WebDAV Username</label>
<input id="webdav-username" type="text" placeholder="username"></input>
<input id="webdav-username" class="new-input" type="text" placeholder="username"></input>
<label for="webdav-password">WebDAV Password</label>
<input id="webdav-password" type="password" placeholder="********"></input>
<input id="webdav-password" class="new-input" type="password" placeholder="********"></input>
<input id="webdav-push-all" type="button" value="Push all"></input>
<input id="webdav-pull-all" type="button" value="Pull all"></input>