Refine UI/UX for custom css / footer text. Add switch for show/hide powered by

This commit is contained in:
Louis Lam
2022-04-17 14:53:13 +08:00
parent 1bc01d1077
commit 8eb83394f7
9 changed files with 87 additions and 28 deletions

View File

@@ -469,6 +469,10 @@ textarea.form-control {
color: $primary;
}
.prism-editor__textarea {
outline: none !important;
}
// Localization
@import "localization.scss";