Implements move, copy and delete item, and delete section functionality

This commit is contained in:
Alicia Sykes
2021-10-25 19:11:13 +01:00
parent f398a374e7
commit 31e172befb
10 changed files with 75 additions and 15 deletions

View File

@@ -244,7 +244,7 @@ export default {
}
/* Overide form element colors, so that config menu can be themed by user */
input, button, {
input, button {
color: var(--config-settings-color);
border: 1px solid var(--config-settings-color);
background: none;