From 3d4cc101bae7670264e8fba4bad9d18ce532e401 Mon Sep 17 00:00:00 2001 From: Shaan Date: Sun, 6 Oct 2024 22:21:17 +0600 Subject: [PATCH] Add hints about removing chrome:// selectors (#531) --- .github/ISSUE_TEMPLATE/create-theme.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/create-theme.yml b/.github/ISSUE_TEMPLATE/create-theme.yml index 9a4bbeb7..85b43ce6 100644 --- a/.github/ISSUE_TEMPLATE/create-theme.yml +++ b/.github/ISSUE_TEMPLATE/create-theme.yml @@ -47,8 +47,10 @@ body: attributes: label: Theme Styles render: css + description: The CSS styles for the theme. If the theme is a color theme, the styles should be a JSON object with the color values. placeholder: | + /* Remember to strip @-moz-document url-prefix('chrome://') {... */ body { background-color: white; color: black; @@ -80,4 +82,4 @@ body: { "uc.my-preference.enable-this": "Enable this feature for the theme", "uc.my-preference.show-that": "Show that feature for the theme" - } \ No newline at end of file + }