make the bookmarks table editable

This commit is contained in:
Jakob Ketterl
2021-02-13 23:53:16 +01:00
parent 48f26d00d6
commit 8ea4d11e9c
5 changed files with 71 additions and 3 deletions

View File

@ -57,4 +57,10 @@ h1 {
table.bookmarks .frequency {
text-align: right;
}
table.bookmarks input, table.bookmarks select {
width: initial;
text-align: inherit;
display: initial;
}