mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
frontend tweaks
This commit is contained in:
@@ -29,7 +29,7 @@ let EditAddressbookForm = class extends i {
|
||||
return x`
|
||||
<button @click=${() => this.dialog.value.showModal()}>Edit addressbook</button>
|
||||
<dialog ${n(this.dialog)}>
|
||||
<h3>Create addressbook</h3>
|
||||
<h3>Edit addressbook</h3>
|
||||
<form @submit=${this.submit} ${n(this.form)}>
|
||||
<label>
|
||||
Displayname
|
||||
|
||||
@@ -30,7 +30,7 @@ let EditCalendarForm = class extends i {
|
||||
return x`
|
||||
<button @click=${() => this.dialog.value.showModal()}>Edit calendar</button>
|
||||
<dialog ${n(this.dialog)}>
|
||||
<h3>Create calendar</h3>
|
||||
<h3>Edit calendar</h3>
|
||||
<form @submit=${this.submit} ${n(this.form)}>
|
||||
<label>
|
||||
Displayname
|
||||
|
||||
@@ -290,6 +290,7 @@ ul.collection-list {
|
||||
.color-chip {
|
||||
background: var(--color);
|
||||
grid-area: color-chip;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.actions {
|
||||
@@ -346,6 +347,17 @@ select {
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="color"],
|
||||
textarea,
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
svg.icon {
|
||||
stroke-width: 2px;
|
||||
color: var(--text-on-background-color);
|
||||
|
||||
Reference in New Issue
Block a user