diff options
author | praschke <stel@comfy.monster> | 2023-10-22 17:23:04 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-22 19:25:58 +0100 |
commit | 757707539690b6aec45e9de8cd37fdfc907d8843 (patch) | |
tree | dc91bc7516e4e9e9c4cc24cc153f52457d14e8a0 /ext/css/settings.css | |
parent | f88bded2f05b440a8aa7beb980d8c5d76b150011 (diff) |
warn about custom templates in the welcome page
Diffstat (limited to 'ext/css/settings.css')
-rw-r--r-- | ext/css/settings.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/css/settings.css b/ext/css/settings.css index eaebc3af..a2618d88 100644 --- a/ext/css/settings.css +++ b/ext/css/settings.css @@ -2167,6 +2167,13 @@ button.hotkey-list-item-enabled-button[data-scope-count='0'] { display: none; } +.warn-custom-templates-notification { + border: 1px solid var(--danger-color); +} +:root:not([data-warn-custom-templates=true]) .warn-custom-templates-notification { + display: none; +} + .test-anki-note-viewer-container { margin-top: 0.85em; display: flex; |