- cancel/resume subscription fix

- upload into root folder fix
- custom color theme part 3
This commit is contained in:
Peter Papp
2021-03-25 10:46:23 +01:00
parent a18ceb1b4f
commit ac6b2b09e1
41 changed files with 591 additions and 348 deletions

View File

@@ -197,7 +197,6 @@
&.favourites {
&.is-dragenter .menu-list {
border: 2px dashed $theme;
border-radius: 8px;
}

View File

@@ -103,6 +103,14 @@ textarea {
width: 100%;
}
input[type="color"] {
width: 38px;
height: 40px;
border: none;
outline: none;
background: none;
}
textarea,
input[type="password"],
input[type="text"],