Frontend created and rewritten a few times, with some backend fixes #1

Merged
leo merged 110 commits from plaintable into main 2023-11-08 20:38:40 +00:00
Showing only changes of commit f0c7465944 - Show all commits

View File

@ -46,8 +46,8 @@ const apply = () => {
<style> <style>
input#FileRenameInput { input#FileRenameInput {
color: var(--primary-color); color: var(--input-color);
background: var(--primary-background); background: var(--input-background);
border: 0; border: 0;
border-radius: 0.3rem; border-radius: 0.3rem;
padding: 0.4rem; padding: 0.4rem;